Détail du package

launch-chrome-app

No95MIT1.0.1

A module that is a cross platform launcher for chrome apps

chromiumify, chrome, app, CPA

readme

launch-chrome-app

A module that is a cross platform launcher for chrome apps

Part of chromiumify

info

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