pown-cli
v0.4.0
Published
Pownage guaranteed
Downloads
4
Readme
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 --save
Once that's done, you can invoke pown like this:
$ ./node_modules/.bin/pown
You 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