generator-chrome-extension-kickstart-typescript

4.4.1 • Public • Published

generator-chrome-extension-kickstart-typescript

Build Status npm package js-standard-style

Advanced WebExtension generator that creates everything you need to get started with extension development.

This generator uses:

Features

  • TypeScript
  • 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-chrome-extension-kickstart-typescript

Getting Started

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

Options

  • --skip-install

    Skips the automatic execution of npm after scaffolding has finished.
    Recommended for those who use yarn.

Documentation

Check out the documentation

Contribute

See the contributing docs

License

MIT

This repository is forked from HaNdTriX/generator-chrome-extension-kickstart

Package Sidebar

Install

npm i generator-chrome-extension-kickstart-typescript

Weekly Downloads

0

Version

4.4.1

License

MIT

Unpacked Size

238 kB

Total Files

65

Last publish

Collaborators

  • showmeear