1.1.0 • Published 8 years ago
generator-webpack-lib v1.1.0
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:
Contribute
PRs accepted.
License
Licensed under the MIT License.