Usage: dotnet new [options] [template-name [template-options]] Options: -h, --help Show help information. -l, --list Lists templates containing the specified name. If no name is specified, lists all templates. -i, --install Installs a source or a template pack. -u, --uninstall Uninstalls a source or a template pack. --type Filters templates based on available types. Predefined values are "project", "item" or "other". --force Forces content to be generated even if it would change existing files. -lang, --language Specifies the language of the template to create. -v, --verbosity Enable verbose output. Template name: Name of the template to create. Template options: -n, --name The name for the output being created. If no name is specified, the name of the current directory is used. -o, --output Location to place the generated output. Examples: dotnet new --help dotnet new --list dotnet new mvc -h dotnet new mvc --framework netcoreapp1.1 --auth Individual dotnet new --install -h