Giter Site home page Giter Site logo

openfin-installer's Introduction

Build Status

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

The code in this repository is covered by the included license.

However, if you run this code, it may call on the OpenFin RVM or OpenFin Runtime, which are covered by OpenFin’s Developer, Community, and Enterprise licenses. You can learn more about OpenFin licensing at the links listed below or just email us at [email protected] with questions.

https://openfin.co/developer-agreement/
https://openfin.co/licensing/

Support

Please enter an issue in the repo for any questions or problems. Alternatively, please contact us at [email protected]

openfin-installer's People

Contributors

datamadic avatar dcchuck avatar mjosling avatar

Stargazers

Pouya Kary ✨ avatar  avatar Ricardo De Peña avatar

Watchers

James Cloos avatar Chuck Doerr avatar Wenjun Che avatar  avatar  avatar Alexandra Boyle avatar  avatar  avatar  avatar

openfin-installer's Issues

default installer location

The first time that a --installer url is entered it should be written to the app.json file and used as the fallback default.

As for the name perhaps hosted_config: 'http://some url.json'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.