Package Exports
- chrominit
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (chrominit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
chrominit
A node module to get your chrome app started.
Description
This will ask you a bunch of questions, and then genarate a simple Chrome app (include manifest.json, window page, background script) for you.
Install
With npm do:
npm install -g chrominitUsage
From the command line, cd to your chrome app folder and do:
chrominit [options]Options:
| short | full | description |
|---|---|---|
| -h | --help | output usage information |
| -V | --version | output the version number |
| -a | --app | Generator started Chrome app |
| -z | --zeroconf | Install Zeroconf lib |