DEV Community

Discussion on: What was your win this week?

Collapse
 
drozerah profile image
Drozerah • Edited

Published a GitHub repo to automate ES6 to ES5 processing with a detailed documentation which provides a ready to go configuration that is aimed to give the JavaScript developer the capability to quickly set up a Node.js environment and deliver ES5 from ES6 without wasting time in the maze of Babel configuration options and its plugins...

It gives out of the box the minimum settings to start a new project or evaluate any new ideas and it includes one HTML code base to fulfill this objective as well.

gif

Check it out ! ES6 to ES5 transpilation with Babel.js and Node.js

Feedback appreciated ! ;)