JSPM

generator-web-extension

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q38562F
  • License MIT

Yeoman generator for creating cross-browser WebExtensions

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

generator-web-extension

build status npm package js-standard-style license

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

  1. First make a new directory, and cd into it: mkdir my-web-extension && cd $_
  2. Run: yo web-extension.

Options

  • --skip-install

    Skips the automatic execution of npm after scaffolding has finished.

License

Copyright 2018 Henrik Wenz

This project is free software released under the MIT license.