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: about 1 year ago
JSON representation
Simple CLI for generating Webpack configuration boilerplate ⚡
- Host: GitHub
- URL: https://github.com/areknawo/webpack-suit-up
- Owner: areknawo
- License: mit
- Created: 2019-01-28T11:47:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T11:52:45.000Z (over 7 years ago)
- Last Synced: 2025-03-28T04:13:10.575Z (about 1 year ago)
- Topics: cli, configuration, helper, javascript, nodejs, webpack, webpack-boilerplate, webpack-configuration, webpack4
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!