Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/areknawo/webpack-suit-up

Simple CLI for generating Webpack configuration boilerplate ⚡
https://github.com/areknawo/webpack-suit-up

cli configuration helper javascript nodejs webpack webpack-boilerplate webpack-configuration webpack4

Last synced: 4 months ago
JSON representation

Simple CLI for generating Webpack configuration boilerplate ⚡

Awesome Lists containing this project

README

        

# 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:
```bash
npm install --save-dev webpack-suit-up
```
And run it inside choosen NPM project directory with:
```bash
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!