Skip to content

Simple CLI for generating Webpack configuration boilerplate ⚡

License

Notifications You must be signed in to change notification settings

areknawo/webpack-suit-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!