Sha256: 3eabaccb1d2c8f98b81b7e80d9c80f0c7d2eb49c6290d46fc3c389a0ff2de78a
Contents?: true
Size: 436 Bytes
Versions: 7
Compression:
Stored size: 436 Bytes
Contents
# babel-cli > Babel command line. In addition, various entry point scripts live in the top-level package at `babel-cli/bin`. There are some shell-executable utility scripts, `babel-external-helpers.js` and `babel-node.js`, and the main Babel cli script, `babel.js`. ## Install ```sh npm install --save-dev babel-cli ``` ## Usage ```sh babel script.js ``` For more in depth documentation see: http://babeljs.io/docs/usage/cli/
Version data entries
7 entries across 7 versions & 3 rubygems