Skip to content

Instantly share code, notes, and snippets.

@wdiasvargas
Created June 22, 2017 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wdiasvargas/49ccae299d69b4265320104380944fee to your computer and use it in GitHub Desktop.
Save wdiasvargas/49ccae299d69b4265320104380944fee to your computer and use it in GitHub Desktop.
npm install --save-dev babel-cli babel-preset-es2017 && echo '{ "presets": ["es2017"] }' > .babelrc && echo 'function a(b,) { console.log("hi"); }; a()' > index.js
//run ./node_modules/.bin/babel-node index.js
//params $babel$ $script.js$ --presets es2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment