@themarch/cli
v0.1.1
Published
The themarch CLI — scaffold, enhance, and add features to TypeScript projects, AI-first.
Readme
@themarch/cli
The themarch binary — scaffold a new project, enhance an existing one, or add features through composable AI-readable skills.
Install
npm i -g @themarch/cli
# or, no install
npx @themarch/cli --helpCommands
| Command | Purpose |
|---|---|
| themarch init <name> | Scaffold a new project from a template |
| themarch enhance [path] | Add the themarch workflow to an existing repo |
| themarch add-feature <name> | Orchestrate skills to add a feature |
| themarch skill list / skill <name> | Inspect or run a single skill |
| themarch mcp <add\|remove\|list> | Manage MCP servers |
| themarch update | Refresh the local skills + templates |
Global flags : --dry-run, --verbose, --no-prompt, --config <path>.
See SPEC.md for the full design.
