Turn ES6 code into readable vanilla ES5 with source maps
npm install babybelThis project will not be maintained.
There have been major changes in babel 6.0.
Gone are the days where you can simply npm install -g babel
and babel-node on a file to check out destructuring
assignment, async/await, and other ECMAScript2015+ goodies.
While we all learn how to use the new babel, this package
will allow us to use it the old way without clobbering thebabel package itself. npm install -g babel@5 is not
needed.
With babybel, you can use the old CLI commands (asbabybel instead of babel, / babybel-node, etc.) but
still have the opportunity to use all the cool new
babel stuff.
https://github.com/babel/babel