Noodle Seed
ReferenceCLI reference

noodle init

Create a local Noodle project from a template.

Create a local Noodle project from a template.

Usage

noodle init [<dir>]

Options

  • --template saas|hello|http-api|widget — Project template. (default saas)
  • --name <slug> — Project name.
  • --force — Overwrite changed generated files.
  • --agents codex|claude-code|all|none — Coding-agent files to configure.
  • --no-agents — Skip coding-agent file setup.
  • --no-docs-mcp — Skip connecting the docs assistant MCP.
  • --dry-run — Preview file changes without writing them.
  • --json — Emit JSON output.

Runs locally — no account or hosted service required.

Run noodle init --help for the latest options and details.

On this page