shakibamoshiri / auto_conf_wb

auto configure webpack and babel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

auto configure webpack and babel


Languages

Language:Shell 100.0%