Scaffold out a webpack based library
Built with ❤︎ by Tiaan du Plessis
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
Make sure yeoman
is installed:
$ npm install -g yo
Then install the generator
$ npm install -g generator-webpack-lib
With yo:
$ yo webpack-lib
This scaffolds out:
PRs accepted.
Licensed under the MIT License.