blitz new <name>
Create a new Blitz project
Arguments
| Name | Description | 
|---|---|
| name | Name of your new project | 
Options
| Name | Description | 
|---|---|
| --help, -h | Show help for command | 
| --npm | Use npm as the package manager | 
| --yarn | Use yarn as the package manager | 
| --form  <form> | A form library | 
| -d, --dry-run | Show what files will be created without writing them to disk | 
| --no-git | Skip git repository creation | 
| --skip-upgrade | Skip blitz upgrade if outdated |