0.1.0 • Published 8 years ago
node-harmonize v0.1.0
node-harmonize
This package depends on harmonize.
Install
$ npm install -g node-harmonizeUsage
$ node-harmonize index.jsConfiguration
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:
LICENSE0.1.0
8 years ago