dart create
Create a new Dart project
Options
| Name | Description | 
|---|---|
-h, --help | Print this usage information | 
-t, --template  <template-type> | The project template to use | 
--pub | Run 'pub get' after the project has been created. Default to on | 
--no-pub | Do not run 'pub get' after the project has been created. Default to on | 
--force | Force project generation, even if the target directory already exists |