0.2.0 • Published 10 months ago

rwgc v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

rwgc

Generate components in your RedwoodJS project

Usage

yarn rwgc <component>

Details

Under the hood this will run npx shadcn-ui@latest add --cwd ./config --path components/ --yes <component>

Contributing

If you want to add JS support, or contribute any other changes an easy way to test this locally is:

yarn start --cwd ../rw-example-project <component>

Releasing

It's made to be released by npm (e.g. npm run release:patch). That way I don't have to worry about yarn v1 vs v3