Skip to content

cravler/node-harmonize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Enables harmony features

Resources

License

Stars

Watchers

Forks

Packages

No packages published