dcli create
command makes it easier to create new scripts and templates.dcli create
command can create a project or add a script to an existing Dart project.dcli create
performs the following actions:dcli warmup
in the background.dcli create <project name>
tool
directory.dcli create <script.dart>
pub get
command and doing some other housekeeping.$HOME/.dcli/template/project
simple
by default.$HOME/.dcli/template/project/custom
custom
.--template
switch.dcli create
bin
directory contains a main.dart
then that script is renamed to <project name>.dartmain.dart
then the first .dart script it finds will be renamed <project name>.dart.$HOME/.dcli/template/script
simple
by default.main.dart
and copy it into the current directory.dcli create
command.