Replies: 1 comment
-
is there a workaround or solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Me and my team recently started building our own custom registry and it is going great, something we haven't really understood how to implement yet is the
--all
option available for the add command. Currently we add each component separately but would like to be able to add all our components with a single command, same as when using the shadcn registry.Here is an example (not complete) of one of our registry json files (before built)
Using the shadcn build command on this registry file we would get two built json files (accordion.json and button.json)
Does anyone have an idea of how to utilize the
--all
option when building your own custom registry?Beta Was this translation helpful? Give feedback.
All reactions