Skip to content

trashify/generator-webpack-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.