Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ⚡
- Host: GitHub
- URL: https://github.com/areknawo/webpack-suit-up
- Owner: areknawo
- License: mit
- Created: 2019-01-28T11:47:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T11:52:45.000Z (about 6 years ago)
- Last Synced: 2024-09-07T01:29:08.005Z (5 months 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!