1.0.3 • Published 8 years ago
generator-ramp-webextension-kickstart v1.0.3

The RAMP WebExtensions Generator is an advanced Browser Extensions generator that creates everything you need to get started with Browser Extensions development. Based on generator-chrome-extension-kickstart by HaNdTriX.
This generator uses:
Features
- 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
Install
$ npm install -g yo generator-ramp-webextension-kickstartGetting Started
- First make a new directory, and
cdinto it:mkdir my-new-chrome-extension && cd $_ - Run:
yo ramp-webextension-kickstart.
Options
--skip-installSkips the automatic execution of
npmafter scaffolding has finished.
Documentation
Check out the documentation
Contribute
See the contributing docs
