project-cfg
This package helps you to configure your babel/webpack-project.
You should install it globally using:
npm install -g project-cfg
Usage
Please make a backup of your config-files
(package.json, .babelrc and webpack) first.
You can use it in your own project with:
project-cfg
It will start an express server and let you configure
your project using a webinterface.
Make your changes and apply them with 'save'. This process will take
some time, because project-cfg will install all necessary dependencies
for you.
You should use a modern browser, because the webinterface
use some ES6-functions.