Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shakibamoshiri/auto_conf_wb
- Owner: shakibamoshiri
- Created: 2018-07-10T11:20:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T11:43:12.000Z (over 6 years ago)
- Last Synced: 2024-11-08T08:44:58.265Z (2 months ago)
- Topics: autoconfig, babel, bash, es6, linux, webpack
- Language: Shell
- Size: 237 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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