JSPM

  • Created
  • Published
  • Downloads 2824346
  • Score
    100M100P100Q198452F
  • License MIT

Babel command line.

Package Exports

  • @babel/cli
  • @babel/cli/bin/babel
  • @babel/cli/bin/babel.js
  • @babel/cli/index.js
  • @babel/cli/lib/babel
  • @babel/cli/lib/babel-external-helpers
  • @babel/cli/lib/babel-external-helpers.js
  • @babel/cli/lib/babel/dir
  • @babel/cli/lib/babel/dir.js
  • @babel/cli/lib/babel/file
  • @babel/cli/lib/babel/file.js
  • @babel/cli/lib/babel/index.js
  • @babel/cli/lib/babel/options
  • @babel/cli/lib/babel/options.js
  • @babel/cli/lib/babel/util
  • @babel/cli/lib/babel/util.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@babel/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@babel/cli

Babel command line.

See our website @babel/cli for more information or the issues associated with this package.

Install

Using npm:

npm install --save-dev @babel/cli

or using yarn:

yarn add @babel/cli --dev