nwjs-edgejs-compiler

1.0.7 • Public • Published

nwjs-edgejs-compiler

Module to wrap edge.js compiling

Example

var edgejsCompiler = require('nwjs-edgejs-compiler');
edgejsCompiler({
	version: '0.13.3',
	arch: 'x64',
	force: false,
	msvs: '2015'
}, function (err, files) {
	// files is an array of the needed edge js files
    // copy files to where ever
});

/nwjs-edgejs-compiler/

    Package Sidebar

    Install

    npm i nwjs-edgejs-compiler

    Weekly Downloads

    0

    Version

    1.0.7

    License

    ISC

    Last publish

    Collaborators

    • maca134