Skip to content

npm CLI package (post-launch, secondary) #51

Description

@fpindej

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions