tuneup 0.3.6+2 copy "tuneup: ^0.3.6+2" to clipboard
tuneup: ^0.3.6+2 copied to clipboard

discontinued
outdated

A command-line tool to manipulate and inspect your Dart projects.

tuneup.dart #

A command-line tool to manipulate and inspect your Dart projects.

Build Status

Installing #

To install, run:

pub global activate tuneup

Running #

Run tuneup --help (or pub global run tuneup --help) to see a list of available commands.

  • init: create a new project
  • check: analyze all the source code in the project - fail if there are any errors (this is the default action)
  • stats: display metadata and statistics about the project
  • trim: trim unwanted whitespace from your source
  • clean: clean the project (remove the build/ directory)

Then run a tuneup command, like check:

pub global run tuneup check

or,

tuneup check

from the root of your project.

Filing Issues #

Please file reports on the GitHub Issue Tracker.

Disclaimer #

This is not an official Google product.

11
likes
0
pub points
18%
popularity

Publisher

verified publisherdevoncarew.org

A command-line tool to manipulate and inspect your Dart projects.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analysis_server_lib, args, cli_util, intl, logging, path, yaml

More

Packages that depend on tuneup