0.1.4 • Published 11 years ago
dr-package v0.1.4
Dr Package
Utility for collecting CommonJS packages for ColaScript.
Installation
Firstly, make sure you have installed the latest version of node.js (You may need to restart your computer after this step).
From NPM for use as a command line app:
$ npm install dr-package -gFrom NPM for programmatic use:
$ npm install dr-packageUsage
Example of usage:
drp <help | version>
drp [<path-to-dir-with-packages> [to <path-to-packages-json>]]
<path-to-dir-with-packages> is "./" by default
<path-to-packages-json> is "./packages.json" by defaultSimple example of usage:
$ drp ./ to ../packages.json