node-harmonize

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-harmonize

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • cravler