1.1.0 • Published 2 years ago

antosan-ui v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago