1.0.5 • Published 9 years ago
chrominit v1.0.5
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 |