# pipebin

> Pipeb.in CLI

Latest version **0.4.7** (published 2018-06-06) · MIT license · 0 weekly downloads

## Install

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

Provides the command `pb`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.7 |
| Published | 2018-06-06 |
| First published | 2018-05-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Antony Jones |
| Maintainers | antony |
| Keywords | pipebin, pipeb-in, cli |

## Links

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

## Dependencies (6)

- [ws](https://npm.io/package/ws.md) ^5.2.0
- [ora](https://npm.io/package/ora.md) ^2.1.0
- [yargs](https://npm.io/package/yargs.md) ^11.0.0
- [inquirer](https://npm.io/package/inquirer.md) ^5.2.0
- [unquirer](https://npm.io/package/unquirer.md) ^1.0.0
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.1.2

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.4.7 (latest) — 2018-06-06
- 0.4.6 — 2018-06-06
- 0.4.5 — 2018-06-06
- 0.4.4 — 2018-06-06
- 0.4.3 — 2018-06-06
- 0.4.2 — 2018-06-06
- 0.4.1 — 2018-06-06
- 0.4.0 — 2018-06-06
- 0.3.3 — 2018-06-05
- 0.3.2 — 2018-06-05
- 0.3.1 — 2018-06-04
- 0.3.0 — 2018-06-04
- 0.2.0 — 2018-05-30
- 0.1.2 — 2018-05-24
- 0.1.1 — 2018-05-24
- … 1 more at https://npm.io/package/pipebin/versions

## README

## Pipebin CLI

This is the cli for [Pipebin](https://pipeb.in), a service like pastebin, for piping files and content to!

## Installation

```bash
npm install -g pipebin
```

## Usage

To create a new pipe

```bash
whoami | pb
# will return a pipebin id like 'BqStMv'
```

To get the contents of the pipe on another machine, terminal, wherever!

```bash
pb BqStMv
# Will return your pipe contents
```

You can also do things with the contents

```bash
pb BqStMv > /tmp/mydate.txt
# Will pipe your previously piped contents into the file /tmp/mydate.txt
```

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