Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

google/tuneup.dart

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dart pub package

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

Update: Discontinued

Note, this package has been discontinued. Since tuneup was initially created the dart command line tool has largely supplanted this tool's functionality (with dart create, dart analyze, ...).

The discontinuation (and any discussion about it) can be tracked at #96.

Installing

To install, run:

dart pub global activate tuneup

Running

Run tuneup --help (or dart 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:

dart 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.

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages