ironSource / node-generator-chrome-ninja

Yeoman Chrome extension generator
MIT License
58 stars 6 forks source link

generator-chrome-ninja

Chrome extension generator. Comes with feature and permission picker, React scaffolding (ES6 or ES5) via bare-react, hot reloading, gulp tasks (ES6 or ES5), packaging via nom, browserify, babelify, image minification, l18n, zipping and lastly pre-build configuration with config-prompt.

npm status Dependency status

demo

Note: outdated.

demo

hot reloading

hot reloading demo

usage

mkdir my-extension
cd my-extension
yo chrome-ninja
gulp develop

Then go to chrome://extensions, enable developer mode and load ./dist as an unpacked extension.

options

--help -h       # Print the generator's options and usage
--skip-cache    # Do not remember prompt answers
--skip-install  # Do not automatically install dependencies

install

Install Yeoman and generator-chrome-ninja globally with npm:

npm i yo generator-chrome-ninja -g

changelog

2.0.0

license and acknowledgments

MIT © ironSource. Templates and questions adapted from generator-chrome-extension under BSD license © Yeoman. Yeoman icons are CC BY 4.0 © Yeoman.