dart-sdk/pkg/dartdev
Michael Thomsen 1c03e1ce7d Add -t abbreviation for consistency with flutter create:
```
$ flutter help create
Create a new Flutter project.

Usage: flutter create <output directory>
-h, --help                     Print this usage information.
-t, --template=<type>          Specify the type of project to create.
```

Change-Id: I3933eabc758988950cb34cea6982eb342a391823
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148130
Reviewed-by: Jaime Wren <jwren@google.com>
Commit-Queue: Michael Thomsen <mit@google.com>
2020-06-02 21:23:43 +00:00
..
bin [dartdev] show the stack trace when we fail with an unexpected exception 2020-05-21 20:16:33 +00:00
lib Add -t abbreviation for consistency with flutter create: 2020-06-02 21:23:43 +00:00
test dartdev: skip 'pub outdated' check in tests 2020-05-28 04:50:24 +00:00
.gitignore [dartdev] add a dartdev 'create' command 2020-02-02 02:23:13 +00:00
analysis_options.yaml [dartdev] use the prefer_relative_imports lint 2020-03-24 21:08:37 +00:00
CHANGELOG.md Initial and intentionally minimal pkg/dartdev/ package.  This includes some initial CLI utilities and test file. 2020-01-21 18:21:47 +00:00
LICENSE Initial and intentionally minimal pkg/dartdev/ package.  This includes some initial CLI utilities and test file. 2020-01-21 18:21:47 +00:00
pubspec.yaml Reland "[ dartdev / DDS ] Spawn a Dart Development Service instance when running with --observe via dartdev" 2020-05-05 18:48:58 +00:00
README.md [dartdev] add a dartdev 'create' command 2020-02-02 02:23:13 +00:00

dartdev

A command-line utility for Dart development.

Docs

This tool is currently under active development.