0.0.8 • Published 3 months ago

nativecn-ui v0.0.8

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

nativecn-ui

A CLI for adding components to your project.

Inspired by shadcn/ui CLI.

Usage

Use the init command to initialize dependencies for a new project.

The init command installs dependencies and adds a basic tailwind.config.js.

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

Example

npx nativecn-ui add Button

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

npx nativecn-ui add

Documentation

Visit https://nativecn.mintlify.app/introduction to view the documentation.

License

Licensed under the MIT license.

0.0.8

3 months ago

0.0.7

5 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago

0.1.1

8 months ago