Skip to content

Commit

Permalink
[misc] Added links to Libaries section
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Apr 12, 2011
1 parent 992e62a commit b4aa28e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Jitsu requires the npm, the node package manager.


## Installation ## Installation


[sudo] npm install jitsu [sudo] npm install jitsu


## Features ## Features


Expand Down Expand Up @@ -49,13 +49,15 @@ After you've logged in, you can start deploying apps immediately!




## Libraries ## Libraries

<a name="Libraries"></a>
"async": ">= 0.1.8", The Nodejitsu team and friends have been building and using these tools actively for the past two years. They are the most used Node libraries (see: [http://search.npmjs.org/](http://search.npmjs.org/)) and are actively maintained. Each tool serves a specific function, which we highly suggest you check each one out individually.
"colors": ">= 0.5.0",
"optimist": ">= 0.1.7", [colors](http://github.com/marak/colors) - Terminal Colors module
"request": ">= 1.9.0", [optimist](http://github.com/substack/optimist) - CLI Options Parsing
"vows": ">= 0.5.8", [request](http://github.com/mikeal/request) - http request module
"winston": ">= 0.2.6" [async](https://github.com/caolan/async) - Asynchronous Iteration
[vows](http://vowsjs.org) - Asynchronous BDD testing library
[winston](http://github.com/indexzero/winston/) - Multi-transport logging library


### Need more? ### Need more?
The documentation for `jitsu` and the Nodejitsu APIs is open-source and a work in-progress. For more information checkout the [Nodejitsu Handbook](http://github.com/nodejitsu/handbook) The documentation for `jitsu` and the Nodejitsu APIs is open-source and a work in-progress. For more information checkout the [Nodejitsu Handbook](http://github.com/nodejitsu/handbook)
Expand Down

0 comments on commit b4aa28e

Please sign in to comment.