https://github.com/hemanth/es6-lab-setup
Setup your ES6 Lab.
https://github.com/hemanth/es6-lab-setup
Last synced: 9 months ago
JSON representation
Setup your ES6 Lab.
- Host: GitHub
- URL: https://github.com/hemanth/es6-lab-setup
- Owner: hemanth
- Created: 2014-05-24T10:16:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T20:43:28.000Z (over 1 year ago)
- Last Synced: 2025-03-27T01:02:32.123Z (10 months ago)
- Language: JavaScript
- Homepage: http://git.io/es6-lab
- Size: 969 KB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-es6-tools - ES6 Lab setup - A simple setup for transpiling ES6 to ES5 using `Babel` or `traceur` with `gulp` and `jasmine` support. (Other / Brunch Plugins)
- es6-tools - ES6 Lab setup - A simple setup for transpiling ES6 to ES5 using `Babel` or `traceur` with `gulp` and `jasmine` support. (Other / Brunch Plugins)
README

> What the hell is this?
Simply put it's a place where you code in ES6 which gets converted to ES5 on the fly along with jasmine test.
ES6 => ECMAScript6
> How to setup your ES6 LAB?
* git clone https://github.com/hemanth/es6-lab-setup.git
* cd es6-lab-setup
* npm install
* gulp
That would watch for any changes in `js` and `spec` dir and fire a `babel` or `traceur` and `jasmine` task.
P.S: You may use `gulp babel` or `gulp traceur` as per your need, defaults to `babel`.
__Sample usage:__

More ES6 recpies at [paws-on-es6](https://github.com/hemanth/paws-on-es6)