13b28bc68cfb98851a9f6068591673eadb4fcc565ce1be7841408c2578cd349a9f1c5278b9726b53572edcdef5bdd6001032393305017cf29e33dfffa6d1d6 436 B

123456789101112131415161718192021
  1. # babel-cli
  2. > Babel command line.
  3. In addition, various entry point scripts live in the top-level package at `babel-cli/bin`.
  4. There are some shell-executable utility scripts, `babel-external-helpers.js` and `babel-node.js`, and the main Babel cli script, `babel.js`.
  5. ## Install
  6. ```sh
  7. npm install --save-dev babel-cli
  8. ```
  9. ## Usage
  10. ```sh
  11. babel script.js
  12. ```
  13. For more in depth documentation see: http://babeljs.io/docs/usage/cli/