robustlaunch
v2.0.1
Published
RobustLaunch CLI for adding sections and modules to your project
Downloads
21
Maintainers
Readme
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.