Skip to content

Latest commit

 

History

History
86 lines (68 loc) · 2.67 KB

File metadata and controls

86 lines (68 loc) · 2.67 KB

DEPRECATED - 🍦 generator-webpack-lib


Scaffold out a webpack based library


Built with ❤︎ by Tiaan du Plessis

Table of Contents

Table of Contents
  • About
  • Install
  • Usage
  • Contribute
  • License
  • About

    This module scaffolds out a webpack based library. It uses:

    • Jest - Painless JavaScript Testing
    • Husky - Git hooks made easy
    • Babel - The compiler for writing next generation JavaScript
    • Webpack - Module bundler
    • Standard - 🌟 JavaScript Standard Style

    Install

    Make sure yeoman is installed:

    $ npm install -g yo

    Then install the generator

    $ npm install -g generator-webpack-lib

    Usage

    With yo:

    $ yo webpack-lib

    This scaffolds out:

    output

    Contribute

    PRs accepted.

    License

    Licensed under the MIT License.