yeoman / generator-chromeapp

Scaffold out a Chrome app
http://yeoman.io
310 stars 54 forks source link

Chrome App generator Build Status

Maintainer: Jimmy Moon

Chrome Apps boilerplate generator that creates everything you need to get started with development. To test, go to: chrome://extensions, enable Developer mode and load app as an unpacked extension.

Getting Started

Generators

Available generators:

App

Sets up a new Chrome App, generating all the boilerplate you need to get started.

Example:

yo chromeapp

Permission

Create manifest.json or append permission into manifest.json. You can choose permission to put into manifest.json

Example:

yo chromeapp:permission

Samples

You can create a new Chrome App with the google-chrome-app samples on GitHub.

Example:

yo chromeapp:samples

Build

Creates a production build, production files to zip file. You can publish zip file to Chrome Web Store.

Examples:

grunt build

Debug

Support two preview mode. LiveReload/run/debug your Chrome App on Chrome browser and Chrome app container.

Options

Contribute

See the contributing docs

License

BSD license