robustlaunch
Version:
RobustLaunch CLI for adding sections and modules to your project
33 lines (20 loc) • 695 B
Markdown
# 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.
```bash
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.
```bash
npx robustlaunch add section [name]
```
### Example
```bash
npx robustlaunch add section hero
```
## License
Licensed under the MIT license.