1.1.0 • Published 11 months ago

antosan-ui v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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 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 antosan-ui add [component]

Example

npx antosan-ui add alert-dialog

You can also run the command without any arguments to view a list of all available components:

npx antosan-ui add

Develop

cd apps/web
COMPONENTS_BASE_URL=http://localhost:3000 node ../../packages/cli/dist/index.mjs init
1.1.0

11 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago