openfin-installer
v0.1.2
Published
generate an openfin installer
Downloads
15
Readme
generate an OpenFin installer or link
Install
$ npm install --save openfin-installer
Usage
var openfinInstaller = require('openfin-installer')({...your config obj...});
openfinInstaller.generateInstallUrl(<NAME HERE>,<YOUR CONFIG URL HERE>);
openfinInstaller.fetchInstaller({
destination: 'dist',
name: 'my-installer.zip'
})
.then(function(zip){
// do something with the returned file if you want
},
function(reason){
// handle error
});
License
MIT © xaiver