vapor new <name>
Generates a new app
Arguments
Name | Description |
---|---|
name | Name of project and folder |
Options
Name | Description |
---|---|
--template, -T | The URL of a Git repository to use as a template |
--branch | Template repository branch to use |
--output, -o | The directory to place the new project in |
--no-commit | Skips adding a first commit to the newly created repo |