new
The new command is used to scaffold a new Snowman project by setting up a basic project structure and configuration files.
snowman new --directory="best-project-name-ever"
See the quick start for more information about the generated project structure.
Flags
--directory(-d) The name of the directory to create the project in. (default "my-new-project")--help(-h) Shows help for the command.