/dartdev

A unified CLI tool for Dart development.

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

dartdev

Build Status

A unified tool for Dart development.

Docs

A unified tool for Dart development.

Usage: dartdev <command> [arguments]

Global options:
-h, --help          Print this usage information.
-v, --verbose       Show verbose output.
    --[no-]color    Whether to use terminal colors.
    --version       Reports the version of this tool.

Available commands:
  analyze   Analyze the project's source code.
  build     Build the project.
  create    Create a new project.
  format    Format source files.
  help      Display help information for dartdev.
  pub       Perform package management operations.
  run       Run a Dart script or snapshot.
  test      Run unit tests.

Run "dartdev help <command>" for more information about a command.