# binary-cli

> Binary encode & decode a string, right from your terminal.

Latest version **1.1.7** (published 2020-04-04) · MIT license · 0 weekly downloads

## Install

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

Provides the commands `bin`, `binary`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.7 |
| Published | 2020-04-04 |
| First published | 2018-04-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 3 |
| Unpacked size | 4.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Nikolaos Kamarinakis |
| Maintainers | k4m4 |
| Keywords | bin, binary, encoder, decoder, bin2ascii, ascii2bin |

## Links

- npm: https://www.npmjs.com/package/binary-cli
- Repository: https://github.com/k4m4/binary-cli
- Homepage: https://github.com/k4m4/binary-cli#readme
- Issues: https://github.com/k4m4/binary-cli/issues
- npm.io page: https://npm.io/package/binary-cli

## Dependencies (3)

- [meow](https://npm.io/package/meow.md) ^4.0.1
- [get-stdin](https://npm.io/package/get-stdin.md) ^6.0.0
- [log-symbols](https://npm.io/package/log-symbols.md) ^2.2.0

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 1.1.7 (latest) — 2020-04-04
- 1.1.6 — 2019-07-13
- 1.1.5 — 2019-07-13
- 1.1.4 — 2019-06-05
- 1.1.3 — 2019-02-10
- 1.1.2 — 2018-09-02
- 1.1.1 — 2018-09-02
- 1.0.0 — 2018-04-21

## README

# binary-cli [![Build Status](https://travis-ci.org/k4m4/binary-cli.svg?branch=master)](https://travis-ci.org/k4m4/binary-cli)

> Binary encode & decode a string, right from your terminal.

---

## Install

```
~ ❯❯❯ npm install -g binary-cli
```

## Usage

```
  Binary encode & decode a string, right from your terminal.

  Usage
    ~ ❯❯❯ binary [string]
    ~ ❯❯❯ echo [string] | bin
  Options
        -d, --decode  Decode binary-encoded string
        -p, --plain   Display output without log symbols
  Examples
    ~ ❯❯❯ binary foo
    ✔ 1100110 1101111 1101111
    ~ ❯❯❯ binary -d "1100010 1100001 1110010"
    ✔ bar
```

## License

MIT © [Nikolaos Kamarinakis](https://nikolaskama.me)

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