Skip to content

sozo init

init is used to initialize a new project. It will initialize the new project in a new empty directory by cloning the dojo-starter.

sozo init new_project

To initialize a new project with git, pass in the --git flag.

sozo init new_project --git