Skip to content

ironflow init

Create a new Ironflow project from a template.

Terminal window
ironflow init <project-name> [flags]

Arguments:

ArgumentRequiredDescription
project-nameYesName of the new project

Flags:

FlagShortTypeDefaultDescription
--template-tstringquickstartProject template (quickstart, go-quickstart)
--skip-installboolfalseSkip installing dependencies
--modulestringGo module path for go-quickstart template

Examples:

Terminal window
ironflow init my-app
ironflow init my-app --template go-quickstart
ironflow init my-app --template go-quickstart --module github.com/user/my-app
ironflow init my-app --skip-install