ui
ui copied to clipboard
enhancement request: CLI add all
Would be amazing to install all available components with a single command:
npx shadcn-ui add all
This is already a thing. If you don't specify any component to add, the CLI allows you to select the components you want to install (with a multiselect) and has also a shortcut to select them all. However the select-all feature isn't working right now as mentioned in #571.
This is already a thing. If you don't specify any component to add, the CLI allows you to select the components you want to install (with a multiselect) and has also a shortcut to select them all. However the select-all feature isn't working right now as mentioned in #571.
Should be added to the help command then? Ill PR if I can get around to it.
This has been resolved by eeb17545a16824e11d09149a5ecab9fca570c448. Using the add
command without arguments will show the correct multi-select prompt. You can press A
from this prompt to select all available components.
Maybe this has to be in the documentation.
Maybe this has to be in the documentation.
For sure
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.