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

CommandDescription
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:

  • init — Scaffold a new project
  • add — Add a module to an existing project
  • Flags — All available flags

On this page