ginko create
ginko create <project-name> [options]Description
Section titled “Description”Creates a new project directory with ginko pre-configured. Includes project scaffolding based on the selected template.
Options
Section titled “Options”| Flag | Description |
|---|---|
-t, --template <template> | Project template: basic, react, node, library |
-d, --description <description> | Project description |
--non-interactive | Skip prompts (for CI/automation) |
Examples
Section titled “Examples”# Create with interactive promptsginko create my-app
# Create with templateginko create my-api --template node
# CI/automation modeginko create my-lib --template library --description "Shared utilities" --non-interactiveRelated Commands
Section titled “Related Commands”- ginko init — Initialize existing project
- ginko charter — Define project charter