0.3.10 • Published 9 months ago
rwgc v0.3.10
rwgc
:warning: :warning: :warning:
This package has been renamed to
rw-shad
. Please use https://www.npmjs.com/package/rw-shad instead:warning: :warning: :warning:
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/ui --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