Skip to content

Instantly share code, notes, and snippets.

@selvavalluvan
Created February 16, 2017 19:30
Show Gist options
  • Select an option

  • Save selvavalluvan/1f4c544da019ae9778854cc71d980883 to your computer and use it in GitHub Desktop.

Select an option

Save selvavalluvan/1f4c544da019ae9778854cc71d980883 to your computer and use it in GitHub Desktop.
BABEL CLIENT COMMANDS

TO CONVERT ONE FILE

babel --presets es2015 script.js --out-file script-compiled.js

TO CONVERT FOLDER

babel --presets es2015 lib/test --out-dir lib/test1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment