0.1.0 • Published 7 years ago

node-harmonize v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

node-harmonize

This package depends on harmonize.

Install

$ npm install -g node-harmonize

Usage

$ node-harmonize index.js

Configuration

node-harmonize try to find harmonize config in current work dir/package.json, else in ~/.node-harmonize

Default config:

{
    "harmonize": {
        "flags": [
            "harmony"
        ]
    }
}

Programmatic Usage

require('node-harmonize').bin('index.js', {
    "flags": [
        "harmony"
    ]
});

License

This software is under the MIT license. See the complete license in:

LICENSE