zhaoshengjun / webpack-config

CLI tool to generate webpack.config.js
37 stars 1 forks source link

wepack-config

CLI tool to generate webpack configuration file (webpack.config.js) for you.

Usage

npm i -g create-webpack-config
webpack-config init

After that, you can run

npm i
npm start

Why

People always say webpack is HARD to get started (you can google it if you don't believe me). But people are also working on this to make it easier to use, with different approaches:

With the popularize of Create-React-App (CRA), I think it's worth another shot by building a CLI tools to provide single command to get started with webpack.

​After all, webpack is a GREAT tool and we all love it :two_hearts: :two_hearts: :two_hearts: !

Release History

License

Copyright (c) 2016 Sam Zhao Licensed under the MIT license.