dart-sdk/pkg/dartdev
Ben Konyi df9597169a [ CLI ] Update experiment parsing
Continuation of https://dart-review.googlesource.com/c/sdk/+/169902

Change-Id: Ia971f75aa81c2b5d8696c35f3d16ff53c29f874a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170460
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2020-11-06 20:44:43 +00:00
..
bin [dartdev] Remove unused dart:async import 2020-09-02 17:37:57 +00:00
doc A document in which to capture dartdev design principles 2020-07-29 21:53:48 +00:00
lib [ CLI ] Update experiment parsing 2020-11-06 20:44:43 +00:00
test Bump pub 2020-11-06 15:36:02 +00:00
.gitignore [dartdev] add a dartdev 'create' command 2020-02-02 02:23:13 +00:00
analysis_options.yaml [dartdev] adjust the lints and general comment cleanup 2020-09-24 20:21:27 +00:00
CHANGELOG.md
LICENSE
pubspec.yaml [Dart CLI] Embed pub in dartdev 2020-11-06 08:30:12 +00:00
README.md [dartdev] a few more updates to the dartdev tool help 2020-08-31 22:31:40 +00:00

Dart CLI tooling

A command-line utility for Dart development.

Usage: dart [<vm-flags>] <command|dart-file> [<arguments>]

Global options:
-h, --help                 Print this usage information.
-v, --verbose              Show additional command output.
    --version              Print the Dart SDK version.
    --enable-analytics     Enable anonymous analytics.
    --disable-analytics    Disable anonymous analytics.

Available commands:
  analyze   Analyze the project's Dart code.
  compile   Compile Dart to various formats.
  create    Create a new project.
  format    Idiomatically format Dart source code.
  pub       Work with packages.
  run       Run a Dart program.
  test      Run tests in this package.

Run "dart help <command>" for more information about a command.
See https://dart.dev/tools/dart-tool for detailed documentation.

Contributing

If you'd like to contribute to the Dart CLI tool, please start by reading the contribution guidelines for the Dart project. Then familiarize yourself with the [design principles][design] that guide this tool's UX.

Features and bugs

Please file feature requests and bugs in the Dart SDK [issue tracker][tracker] with label area-dart-cli.

[design] https://github.com/dart-lang/sdk/blob/master/pkg/dartdev/doc/design.md [tracker]: https://github.com/dart-lang/sdk/labels/area-dart-cli