1.0.0 • Published 5 years ago

webpack-suit-up v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

CLI for Webpack boilerplate configuration ⚡

This is a simple tool for generating basic Webpack config boilerplate to start with. This is an easy start to configuring Webpack builds.

To install run:

npm install --save-dev webpack-suit-up

And run it inside choosen NPM project directory with:

webpack-suit-up

Keep in mind that configurator will override any existing webpack configs in root directory! Let the CLI options guide you from here!