vapor new <name>

Generates a new app

Arguments

NameDescription
nameName of project and folder

Options

NameDescription
--template, -TThe URL of a Git repository to use as a template
--branchTemplate repository branch to use
--output, -oThe directory to place the new project in
--no-commitSkips adding a first commit to the newly created repo