CLI Reference
Complete reference for ds-start commands, flags, and usage patterns.
ds-start provides two main commands for scaffolding the app kit and extending it with modules.
Commands
| Command | Description |
|---|---|
ds-start init <name> | Scaffold a new project |
ds-start add <module> | Add a module to an existing project |
Usage
npx ds-start init <project-name> [flags]
npx ds-start add <module>See the individual command pages for detailed usage and examples: