npm.io
0.1.4 • Published 11 years agoCLI

dr-package

Licence
MIT
Version
0.1.4
Deps
4
Vulns
6
Weekly
0
DeprecatedThis package is deprecated

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

Keywords