@cbxts/cli
v0.0.5
Published
## Table of Contents
Readme
Cubix CLI
Table of Contents
1. CLI
The Cubix CLI offers several commands to assist in your project development.
1.1. Available Commands
cubix init <project-name>: Initialize a new Cubix project.cubix build: Build your project.cubix watch: Starts the watch mode for development.cubix help: Show help for a command.
1.2. Global Options
-r, --rootDir <dir>: Specifies the root directory.-o, --outputDir <dir>: Specifies the output directory.-w, --watch: Enables watch mode for file changes.
