da-cli
Installation
SKILL.md
@domoinc/da CLI - App Scaffolding and Code Generation
The DA CLI (@domoinc/da) is a command-line tool for scaffolding Domo custom apps and generating boilerplate code. It's the recommended way to create new Domo apps and generate components.
Purpose
DA CLI provides:
- Project scaffolding - Creates new Domo apps with correct structure (Vite + React 18 + TypeScript)
- Code generation - Generates components, reducers, and other boilerplate with proper Domo patterns
- Manifest management - Manages environment-specific manifest configurations
- Best practices - Ensures projects follow Domo conventions from the start
Installation
# Install globally
pnpm add -g @domoinc/da