generator-chrome-modern-extension

1.1.1 • Public • Published

generator-chrome-modern-extension Build Status Dependency Status devDependency Status

Scaffold out a boilerplate for creating a chrome extension with up-to-date tools and autoreload of the extension

The boilerplate repo is here.

Features

This project is born because of the lack of chrome extension starter kits which aren't from 2013 and don't use bower.

Gulp 4 is used to manage all the tasks and wire the tools together, it was chosen because it's easily hackable and configurable, you can make it fit and scale with your wildest chrome extension!

It uses webpack to bundle javascript and SCSS as a preprocessor. Babel transpiles all the future js stuff that hasn't landed in chrome yet, and there is a customizable eslint config file.

The development mode has autoreload of the chrome extension, meaning that when you change a file, the extension is loaded again in chrome! 🔥

Install

npm install -g yo
npm install -g generator-chrome-modern-extension

Usage

yo chrome-modern-extension

or just

yo

and select Chrome Modern Extension.

License

MIT © Marco Fugaro

Package Sidebar

Install

npm i generator-chrome-modern-extension

Weekly Downloads

1

Version

1.1.1

License

MIT

Last publish

Collaborators

  • marcofugaro