# tuneup.dart **Repository Path**: RepoMirror/tuneup.dart ## Basic Information - **Project Name**: tuneup.dart - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-13 - **Last Updated**: 2022-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tuneup.dart A command-line tool to manipulate and inspect your Dart projects. [![Build Status](https://github.com/google/tuneup.dart/workflows/Dart/badge.svg)](https://github.com/google/tuneup.dart/actions) ## 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](https://github.com/google/tuneup.dart/issues). ## Disclaimer This is not an official Google product.