Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 545 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 545 Bytes

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