Parent: #50
Task
Publish a CLI wrapper over the core engine to npm. This is a secondary distribution channel after the web UI.
Usage
npx create-netrock my-app --preset saas
npx create-netrock my-app --features auth,jobs,frontend
Implementation
- Thin wrapper in
packages/cli/
- Imports core engine from
@netrock/core
- Uses @clack/prompts for interactive mode
- Writes in-memory file tree to disk via
fs
- Published as
create-netrock on npm
Priority
Post-launch. Web UI is the primary interface. CLI is for power users and CI/CD integration.
Parent: #50
Task
Publish a CLI wrapper over the core engine to npm. This is a secondary distribution channel after the web UI.
Usage
Implementation
packages/cli/@netrock/corefscreate-netrockon npmPriority
Post-launch. Web UI is the primary interface. CLI is for power users and CI/CD integration.