Skip to content

rdepena/node-openfin-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

A Node.js launcher for the OpenFin Runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published