Skip to content

Commit

Permalink
[docs] fixed up README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Reed committed Jun 21, 2011
1 parent b679ce2 commit 9f57a6e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -185,7 +185,7 @@ cliff.putObject({
```

The resulting output on the command-line would be:
![output from put-object.js[put-object]
![output from put-object.js][put-object]

## Run Tests
All of the cliff tests are written in [vows][4], and cover all of the use cases described above.
Expand All @@ -194,6 +194,14 @@ All of the cliff tests are written in [vows][4], and cover all of the use cases
npm test
```

## Motivation
Cliff is the swiss army knife of CLI formatting tools. It is based on highly flexible and powerful libraries:

* [winston][0]: A multi-transport async logging library for node.js
* [eyes][1]: A customizable value inspector for node.js
* [colors][2]: Get colors in your node.js console like what


#### Author: [Charlie Robbins](http://twitter.com/indexzero)

[0]: http://github.com/indexzero/winston
Expand Down

0 comments on commit 9f57a6e

Please sign in to comment.