@saas-ui/cli
v0.0.2
Published
Saas UI command line
Readme
Saas UI CLi
A CLI for adding components to your project.
Usage
Use the init command to initialize dependencies for a new project.
The init command installs dependencies, configures the Chakra UI preset.
npx @saas-ui/cli initadd
Use the add command to add components to your project.
The add command adds a component to your project and installs all required dependencies.
npx @saas-ui/cli add [component]Example
npx @saas-ui/cli alert-dialogYou can also run the command without any arguments to view a list of all available components:
npx @saas-ui/cli addDocumentation
Visit https://beta.saas-ui.dev/docs/cli to view the documentation.
Acknowledgements
Based on the work of https://ui.shadcn.com
License
Licensed under the MIT license.
