tree: 9a568604f2dcde247ea0198c42798f0fd857a7c0 [path history] [tgz]
  1. bin/
  2. lib/
  3. test/
  4. .mono_repo.yml
  5. CHANGELOG.md
  6. LICENSE
  7. pubspec.yaml
  8. README.md
webdev/README.md

Build Status

A CLI for Dart web development.

Note: Under heavy development.

See the Dart 2 Web Migration Guide for more information.

Installation

$ pub global activate webdev

Usage

$ webdev
A tool to develop Dart web projects.

Usage: webdev <command> [arguments]

Global options:
-h, --help    Print this usage information.

Available commands:
  build   Run builders to build a package.
  help    Display help information for webdev.
  serve   Run a local web development server and a file system watcher that re-builds on changes.

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