Skip to content

Tobbe/rwgc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate components in your RedwoodJS project

Resources

License

Stars

Watchers

Forks

Packages

No packages published