2.0.1 • Published 9 months ago

robustlaunch v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

robustlaunch

A CLI for adding sections and modules to your project.

Usage

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

The init command installs dependencies, adds a minimal design system (styles folder), configures tailwind.config.js, and CSS variables for the project.

npx robustlaunch init

add section

Use the add section command to add new sections to your project.

The add section command adds a section to your project and its configuration.

npx robustlaunch add section [name]

Example

npx robustlaunch add section hero

License

Licensed under the MIT license.