Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/couto/babel-runners-example

Quick example of several task runners and babel
https://github.com/couto/babel-runners-example

Last synced: about 7 hours ago
JSON representation

Quick example of several task runners and babel

Awesome Lists containing this project

README

        

# babel task runners example

```
git clone [email protected]:Couto/babel-runners-example.git
cd babel-runners-example
npm install
npm start
```

Currently supports:
* babel cli
* grunt-babel
* gulp-babel
* babel-loader (for webpack)

Available commands:
* `npm start` - Runs all runners
* `npm run webpack` - Runs webpack
* `npm run grunt` - Runs grunt
* `npm run gulp` - Runs gulp
* `npm run babel` - Runs babel cli

All generated files end up in the `build` directory on a folder of its own.