tower-cli
v0.1.1
Published
## Installation
Downloads
5
Readme
Tower Cli
Installation
npm install tower-cli
Quick Start
var towerCli = require('tower-cli');
Features
More Information
Follow @viatropos on twitter for updates
Running Tests
git clone git://github.com/viatropos/tower-cli.git
cd tower-cli
npm install
then run the tests:
npm test
Requires mocha
, chai
, and phantomjs
:
brew install phantomjs
npm install mocha -g
npm install phantomjs chai
License
MIT