Generator: WebExtension
Advanced WebExtension generator that creates everything you need to get started with cross-browser extension/addon development.
Under the hood it uses webextension-toolbox for compiling the extensions.
Install
$ npm install -g yo generator-web-extension
Getting Started
- First make a new directory, and
cdinto it:mkdir my-web-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.
