- CLI Reference
- Commands
- ironflow init
ironflow init
Create a new Ironflow project from a template.
ironflow init <project-name> [flags]Arguments:
| Argument | Required | Description |
|---|---|---|
project-name | Yes | Name of the new project |
Flags:
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--template | -t | string | quickstart | Project template (quickstart, go-quickstart) |
--skip-install | bool | false | Skip installing dependencies | |
--module | string | Go module path for go-quickstart template |
Examples:
ironflow init my-appironflow init my-app --template go-quickstartironflow init my-app --template go-quickstart --module github.com/user/my-appironflow init my-app --skip-install