1.0.0 • Published 6 months ago

saaj v1.0.0

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

saaj

A CLI for adding components, hooks, types, and utilities to your project.

Usage

Use the init command to install and configure dependencies.

The init command installs dependencies, adds the required utilities, types and themes configuration for the project.

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

Example

npx saaj add Button

License

Licensed under the MIT License.