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

Commit

Permalink
doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Dec 18, 2014
1 parent 818b3cc commit 0709268
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>tuneup-dart</name>
<name>tuneup.dart</name>
<comment></comment>
<projects>
</projects>
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS
@@ -1,5 +1,5 @@
# Below is a list of people and organizations that have contributed
# to the Dart project. Names should be added to the list like so:
# to the tuneup.dart project. Names should be added to the list like so:
#
# Name/Organization <email address>

Expand Down
5 changes: 0 additions & 5 deletions CHANGELOG.md

This file was deleted.

5 changes: 5 additions & 0 deletions changelog.md
@@ -0,0 +1,5 @@
# Changelog

## 0.0.1

* Initial version, created by Stagehand
18 changes: 17 additions & 1 deletion README.md → readme.md
Expand Up @@ -4,12 +4,14 @@ A command-line tool to manipulate and inspect your Dart projects.

[![Build Status](https://travis-ci.org/google/tuneup.dart.svg)](https://travis-ci.org/google/tuneup.dart)

## Usage
## Installing

To install, run:

pub global activate tuneup

## Running

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

- *init*: create a new project
Expand All @@ -18,6 +20,20 @@ Run `tuneup` (or `pub global run tuneup`) to see a list of available commands.
errors
- *clean*: clean the project (remove the build/ directory)

Then run a tuneup command, like analyze:

pub global run tuneup analyze

or,

tuneup analyze

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.

0 comments on commit 0709268

Please sign in to comment.