0.1.4 • Published 9 years ago

dr-package v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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 -g

From NPM for programmatic use:

$ npm install dr-package

Usage

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 default

Simple example of usage:

$ drp ./ to ../packages.json