* Bumped lodash version * Fixed typo * Fixed typos * Revert "Fixed typo" This reverts commit 06cfe9d4edba0b99257cbffc6dc08ae2f3460d78. * Revert "Fixed typos" This reverts commit ec3975c7392df9a0a42682ee4f32eadd2615c69c. * Fixed json typos
@babel/cli
Babel command line.
In addition, various entry point scripts live in the top-level package at @babel/cli/bin.
There is a shell-executable utility script, babel-external-helpers.js, and the main Babel cli script, babel.js.
Install
npm install --save-dev @babel/core @babel/cli
Usage
babel script.js
For more in depth documentation see: http://babeljs.io/docs/usage/cli/