0.1.4 • Published 8 years ago
nahual v0.1.4
Nahual

$ npm install -g nahualNahual will glue y2nw and nwrun for you.
You can install nahual locally as library or globally as CLI:
$ npm install [-g] nahualLibrary usage
nahual(argv, options, callback)
The argv are for the nwrun process.
Remaining options are for the y2nw setup.
The callback will be invoked as nwrun result.
CLI usage
$ nahual [src] [dest] [OPTIONS]
If the src is not provided then ./test will be used.
If the dest is not provided then ./generated will be used.


