run your es6+ node code without any installs but bablyfill
npm install [--save[-dev]] bablyfill
yarn add bablyfill
npm i -g bablyfill
yarn global add bablyfill
bablyfill installs 4 binaries that are only aliases for each other. you can use each following shell command to start the magic:
bablyfill
devnode
es6ify
es6
to run es6+ code you can simply call:
es6 path/to/es6-app.js
es6 path/to/es6-app.js -t
es6 path/to/es6-app.js path/lib/dest.js
es6 'path/to/es6/**/*.js' path/to/lib/
es6 path/to/es6 path/to/lib/