JSPM

generator-ramp-webextension-kickstart

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q42884F
  • License MIT

Yeoman generator

Package Exports

  • generator-ramp-webextension-kickstart

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-ramp-webextension-kickstart) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

generator-ramp-webextension-kickstart

Build Status npm package js-standard-style

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-kickstart

Getting Started

  • First make a new directory, and cd into it: mkdir my-new-chrome-extension && cd $_
  • Run: yo ramp-webextension-kickstart.

Options

  • --skip-install

    Skips the automatic execution of npm after scaffolding has finished.

Documentation

Check out the documentation

Contribute

See the contributing docs

License

MIT