0.0.7 • Published 4 months ago

mallaui v0.0.7

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

Malla UI

A CLI for adding components to your project.

Inspired by awersome nextjs library shadcn/ui CLI.

Usage

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

The init command installs dependencies and adds a basic styles config.

npx mallaui@latest 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 mallaui@latest add [component]

Example

npx mallaui@latest add Button

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

npx mallaui@latest add

Documentation

//

0.0.7

4 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago