Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shakibamoshiri/auto_conf_wb

auto configure webpack and babel
https://github.com/shakibamoshiri/auto_conf_wb

autoconfig babel bash es6 linux webpack

Last synced: 19 days ago
JSON representation

auto configure webpack and babel

Awesome Lists containing this project

README

        

# auto_conf_wb
auto configure webpack and babel for **Linux Users**.

# prerequisite

You should have this tools:

- `bash`
- `node`
- `npm`
- `sed`
- and other common tools like: `cd`, `echo`, `mkdir`, etc

# motivation

Since installing `webpack` and `babel` can be a real headache. I created this simple `bash` script so that everything can be set up automatically.

The only thing you need is

- `git clone https://github.com/k-five/auto_conf_wb`
- `cd auto_conf_wb`
- `chmod 700 auto_conf_wb`

Then run it anywhere you want like so:

- `./auto_conf_wb`

It will ask you for a name, enter the name and sit back. Then at the end try it.

# screen-shots