In favor of https://github.com/HaNdTriX/generator-web-extension
Advanced WebExtension generator that creates everything you need to get started with extension development.
This generator uses:
- ES2015
- Modules (ES2015, CommonJS, AMD)
- Multi browser support (chrome, firefox, opera, edge)
- Vendor prefixed manifest keys
- Sourcemaps
- Linting
- CSS, Sass, Less
- Environment variables
- Image optimization
- Livereload
- Packaging
- Version management
$ npm install -g yo generator-chrome-extension-kickstart
- First make a new directory, and
cdinto it:mkdir my-new-chrome-extension && cd $_ - Run:
yo chrome-extension-kickstart.
-
--skip-installSkips the automatic execution of
npmafter scaffolding has finished.
Check out the documentation
See the contributing docs

