Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 648 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 648 Bytes

#openfin-launcher Build Status

A node module that downloads and launches the OpenFin Runtime

Currently only supports Windows.

Install

$ npm install --save openfin-launcher

Usage

var openfinLauncher = require('openfin-launcher');

//for a non hosted app.json file
openfinLauncher.launchOpenFin({configPath:'file:/C:/helloWorld/app.json'});

//or a hosted app.json file
openfinLauncher.launchOpenFin({configPath:'http://localhost:5000/app.json'});

License

MIT