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.
Note: outdated.
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.
--help -h # Print the generator's options and usage
--skip-cache # Do not remember prompt answers
--skip-install # Do not automatically install dependencies
Install Yeoman and generator-chrome-ninja globally with npm:
npm i yo generator-chrome-ninja -g
manifest.json
follow package.json
versionMIT © ironSource. Templates and questions adapted from generator-chrome-extension under BSD license © Yeoman. Yeoman icons are CC BY 4.0 © Yeoman.