CLI for grove-kit component library (wrapper package)
npm install grove-kitThis is a wrapper package that provides the grove-kit command.
The actual CLI implementation is in @grove-kit/cli.
This package exists to enable users to run:
``bash`
npx grove-kit add async-button
Instead of:
`bash``
npx @grove-kit/cli add async-button
For full documentation, see the main repository: https://github.com/matthewnaples/grove-kit