# babili

> ✂️ An ES6+ aware minifier based on the Babel toolchain (beta)

Latest version **0.1.4** (published 2017-06-20) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install babili
pnpm add babili
yarn add babili
bun add babili
```

Provides the command `babili`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2017-06-20 |
| First published | 2016-07-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4372 |
| Author | amasad |
| Maintainers | loganfsmyth, vignesh.shanmugam, hzoo, boopathi |
| Keywords | babel-preset |

## Links

- npm: https://www.npmjs.com/package/babili
- Repository: https://github.com/babel/babili/tree/master/packages/babili
- Homepage: https://github.com/babel/babili#readme
- Issues: https://github.com/babel/babili/issues
- npm.io page: https://npm.io/package/babili

## Dependencies (2)

- [babel-cli](https://npm.io/package/babel-cli.md) ^6.24.1
- [babel-preset-babili](https://npm.io/package/babel-preset-babili.md) ^0.1.4

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

- 0.1.4 (latest) — 2017-06-20
- 0.1.3 — 2017-06-13
- 0.1.2 — 2017-05-23
- 0.1.1 — 2017-05-22
- 0.1.0 — 2017-05-22
- 0.0.12 — 2017-03-03
- 0.0.11 — 2017-02-08
- 0.0.10 — 2017-01-17
- 0.0.9 — 2016-11-21
- 0.0.8 — 2016-10-31
- 0.0.7 — 2016-10-07
- 0.0.6 — 2016-09-30
- 0.0.5 — 2016-09-20
- 0.0.4 — 2016-08-31
- 0.0.3 — 2016-08-26
- … 3 more at https://npm.io/package/babili/versions

## README

# babili

[`babili`](/packages/babili) [![npm](https://img.shields.io/npm/v/babili.svg?maxAge=2592000)](https://www.npmjs.com/package/babili)

Use `babili` if you don't already use babel (as a preset) or want to run it standalone. Equivalent to using `babel-cli` but only for minification.

## Installation

```sh
npm install babili --save-dev
```

### Usage

```bash
# global
babili src -d lib
# local
./node_modules/.bin/babili src -d lib
```

Equivalent to:
`babel src -d lib --presets=babili`

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