cedar-shad
v0.1.0
Published
Add shadcn components to a CedarJS project
Maintainers
Readme
cedar-shad
Generate components in your CedarJS project
Usage
yarn cedar-shad <component>Details
Under the hood this will run npx --yes <shadcn-build.tgz> add --config-dir config --path components/ui --no-overwrite <component>
Where <shadcn-build.tgz> is my latest build of shadcn and <component> is
the name of the component you want to generate.
Contributing
If you want to add JS support, or contribute any other changes an easy way to test this locally is:
yarn start --cwd ../cedar-example-project <component>Releasing
Just run yarn release:patch|minor|major in this directory (packages/add)
