Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/couto/babel-runners-example
- Owner: Couto
- Created: 2014-11-08T16:35:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T11:01:04.000Z (over 9 years ago)
- Last Synced: 2024-04-14T07:55:36.198Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 cliAll generated files end up in the `build` directory on a folder of its own.