1.1.0 • Published 3 years ago
antosan-ui v1.1.0
antosan-ui
A CLI for adding components to your project. Adapted from shadcn/ui.
Usage
init
Use the init command to initialize dependencies for a new project.
The init command installs dependencies, adds the cn util, configures tailwind.config.ts, and CSS variables for the project.
npx antosan-ui 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 antosan-ui add [component]Example
npx antosan-ui add alert-dialogYou can also run the command without any arguments to view a list of all available components:
npx antosan-ui addDevelop
cd apps/web
COMPONENTS_BASE_URL=http://localhost:3000 node ../../packages/cli/dist/index.mjs init