# spitout

> A small CLI tool that prints contents of passed file and then removes it

Latest version **1.0.2** (published 2015-09-04) · MIT license · 0 weekly downloads

## Install

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

Provides the command `spit`.

## 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.0.2 |
| Published | 2015-09-04 |
| First published | 2015-09-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Serabass |
| Maintainers | serabass |
| Keywords | fs, remove, print |

## Links

- npm: https://www.npmjs.com/package/spitout
- Repository: http://github.com/Serabass/spitout
- Homepage: https://github.com/Serabass/spitout
- Issues: https://github.com/Serabass/spitout/issues
- npm.io page: https://npm.io/package/spitout

## Dependencies (1)

- [node-getopt](https://npm.io/package/node-getopt.md) ^0.2.3

## Alternatives

- [unionfs](https://npm.io/package/unionfs.md) — 2.2M weekly downloads
- [path-starts-with](https://npm.io/package/path-starts-with.md) — 35.9K weekly downloads
- [redzip](https://npm.io/package/redzip.md) — 1.2K weekly downloads
- [vscode-anymatch](https://npm.io/package/vscode-anymatch.md) — 848 weekly downloads
- [@ledgerhq/coin-filecoin](https://npm.io/package/@ledgerhq/coin-filecoin.md) — 793 weekly downloads

## Recent versions

- 1.0.2 (latest) — 2015-09-04
- 1.0.1 — 2015-09-04
- 1.0.0 — 2015-09-04

## README

# spitout

A small CLI tool that prints contents of passed file and then removes it.

# Why?
Just for fun and a useful cases:
  1. When any compiler does not writing a code to Stdout we can write it to file, pipe to executable with | or && (e.g. node) and remove an output file:
    > tsc script.ts && spit script.js | node

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