launch-chrome-app
v1.0.1
Published
A module that is a cross platform launcher for chrome apps
Downloads
13
Readme
launch-chrome-app
A module that is a cross platform launcher for chrome apps
Part of chromiumify
install
$ npm install launch-chrome-app
usage
var cpl = require('launch-chrome-app')
cpl('path_to_app', function(err) {
if (err) {
console.log(err)
}
// something to run after app is launched
})
test
$ npm test