Package Exports
- generator-web-extension
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-web-extension) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Advanced WebExtension generator that creates everything you need to get started with cross-browser web-extension development.
Under the hood it uses webextension-toolbox for compiling the extensions.
Install
$ npm install -g yo generator-web-extensionGetting Started
- First make a new directory, and
cdinto it:mkdir my-new-chrome-extension && cd $_ - Run:
yo web-extension.
Options
--skip-installSkips the automatic execution of
npmafter scaffolding has finished.
License
Copyright 2018 Henrik Wenz
This project is free software released under the MIT license.
