0.2.1 • Published 6 months ago
shadcx v0.2.1
shadcx
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, adds the cn
util, configures tailwind.config.js
, and CSS variables for the project.
npx shadcx init
add
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 shadcx add [component]
Example
npx shadcx add alert-dialog
You can also run the command without any arguments to view a list of all available components:
npx shadcx add
Documentation
Visit https://ui.shadcn.com/docs/cli to view the documentation.
License
Licensed under the MIT license.
0.2.0-next.2
6 months ago
0.2.0-next.1
6 months ago
0.2.0-next.0
6 months ago
0.1.0
9 months ago
0.2.1
6 months ago
0.0.3
10 months ago
0.2.0
6 months ago
0.0.5
9 months ago
0.0.4
9 months ago
0.0.7
9 months ago
0.0.6
9 months ago
0.0.2
10 months ago
0.0.1
10 months ago