# append-log

> append only log for todb

Latest version **0.0.6** (published 2016-05-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install append-log
pnpm add append-log
yarn add append-log
bun add append-log
```

## 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.0.6 |
| Published | 2016-05-30 |
| First published | 2016-05-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ryan McCarvill |
| Maintainers | disordinary |

## Links

- npm: https://www.npmjs.com/package/append-log
- Repository: https://github.com/disordinary/append-log
- Homepage: https://github.com/disordinary/append-log#readme
- Issues: https://github.com/disordinary/append-log/issues
- npm.io page: https://npm.io/package/append-log

## Dependencies (2)

- [mocha](https://npm.io/package/mocha.md) ^2.4.5
- [split](https://npm.io/package/split.md) ^1.0.0

## Recent versions

- 0.0.6 (latest) — 2016-05-30
- 0.0.5 — 2016-05-20
- 0.0.4 — 2016-05-18
- 0.0.3 — 2016-05-18
- 0.0.2 — 2016-05-18
- 0.0.1 — 2016-05-18

## README

# append_log
append only log for todb

It has two methods, `add` and `readStream`. ReadStream returns a stream of the entire log file.

```javascript
	var appendLog = new AppendLog('./test.log' , ( err , log ) => {
		log.write( "value" , ( err ) => {
			log.readStream.pipe(process.stdout);
		})
	});

```

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