# babel-cli

> Babel command line.

Latest version **6.26.0** (published 2017-08-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install babel-cli
pnpm add babel-cli
yarn add babel-cli
bun add babel-cli
```

Provides the commands `babel`, `babel-node`, `babel-doctor`, `babel-external-helpers`.

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 6.26.0 |
| Published | 2017-08-16 |
| First published | 2015-10-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 15 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 43996 |
| Author | Sebastian McKenzie |
| Maintainers | thejameskyle, sebmck, danez, hzoo, loganfsmyth |
| Keywords | 6to5, babel, es6, transpile, transpiler, babel-cli, compiler |

## Links

- npm: https://www.npmjs.com/package/babel-cli
- Repository: https://github.com/babel/babel/tree/master/packages/babel-cli
- Homepage: https://babeljs.io/
- npm.io page: https://npm.io/package/babel-cli

## Dependencies (15)

- [glob](https://npm.io/package/glob.md) ^7.1.2
- [slash](https://npm.io/package/slash.md) ^1.0.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.4
- [v8flags](https://npm.io/package/v8flags.md) ^2.1.1
- [chokidar](https://npm.io/package/chokidar.md) ^1.6.1
- [commander](https://npm.io/package/commander.md) ^2.11.0
- [babel-core](https://npm.io/package/babel-core.md) ^6.26.0
- [source-map](https://npm.io/package/source-map.md) ^0.5.6
- [babel-runtime](https://npm.io/package/babel-runtime.md) ^6.26.0
- [babel-polyfill](https://npm.io/package/babel-polyfill.md) ^6.26.0
- [babel-register](https://npm.io/package/babel-register.md) ^6.26.0
- [output-file-sync](https://npm.io/package/output-file-sync.md) ^1.1.2
- [path-is-absolute](https://npm.io/package/path-is-absolute.md) ^1.0.1
- [convert-source-map](https://npm.io/package/convert-source-map.md) ^1.5.0
- [fs-readdir-recursive](https://npm.io/package/fs-readdir-recursive.md) ^1.0.0

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 6.26.0 (latest) — 2017-08-16
- 7.0.0-beta.3 (next) — 2017-10-15
- 7.0.0-beta.2 — 2017-09-26
- 7.0.0-beta.1 — 2017-09-19
- 7.0.0-beta.0 — 2017-09-12
- 7.0.0-alpha.20 — 2017-08-30
- 7.0.0-alpha.19 — 2017-08-07
- 7.0.0-alpha.18 — 2017-08-03
- 7.0.0-alpha.17 — 2017-07-26
- 7.0.0-alpha.16 — 2017-07-25
- 7.0.0-alpha.15 — 2017-07-12
- 7.0.0-alpha.14 — 2017-07-12
- 7.0.0-alpha.12 — 2017-05-31
- 7.0.0-alpha.11 — 2017-05-31
- 7.0.0-alpha.10 — 2017-05-25
- … 60 more at https://npm.io/package/babel-cli/versions

## README

# 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/

---
_Source: https://npm.io/package/babel-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
