@grove-kit/cli
v0.1.0
Published
CLI for grove-kit component library
Downloads
10
Maintainers
Readme
@grove-kit/cli
CLI tool for grove-kit component library.
Usage
Add components
npx grove-kit add async-buttonList components
npx grove-kit listContribute components
npx grove-kit contribute ./components/my-component.tsxCommands
add
Add components to your project.
npx grove-kit add <component-name> [options]
Options:
-p, --path <path> Custom installation path
-y, --yes Skip confirmation promptslist
List all available components.
npx grove-kit list [options]
Options:
-c, --category <category> Filter by category
-t, --tag <tag> Filter by tagcontribute
Contribute components back to grove-kit.
npx grove-kit contribute <file...>Requires GITHUB_TOKEN environment variable or will prompt for token.
Development
# Build
npm run build
# Watch mode
npm run dev
# Test locally
npm link
grove-kit --help