webpack-suit-up
webpack-suit-up copied to clipboard
Simple CLI for generating Webpack configuration boilerplate ⚡
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!