0.0.8 • Published 8 years ago
project-cfg v0.0.8
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.