0.4.0 • Published 8 years ago
pown-cli v0.4.0
pown-cli 
The main command line interface to Pown.js
Quickstart
From the same directory as your project's package.json, install this module with the following command:
$ npm install pown-cli --saveOnce that's done, you can invoke pown like this:
$ ./node_modules/.bin/pownYou can also specify a custom location for your modules via the POWN_ROOT environment variable like this:
$ POWN_ROOT=path/to/root ./node_modules/.bin/pown