# text-writer

> ES6 text writer

Latest version **0.1.1** (published 2016-05-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install text-writer
pnpm add text-writer
yarn add text-writer
bun add text-writer
```

## 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.1.1 |
| Published | 2016-05-23 |
| First published | 2016-05-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | johnsmith1st |
| Maintainers | johnsmith1st |

## Links

- npm: https://www.npmjs.com/package/text-writer
- Repository: https://github.com/JohnSmithDr/text-writer
- Homepage: https://github.com/JohnSmithDr/text-writer#readme
- Issues: https://github.com/JohnSmithDr/text-writer/issues
- npm.io page: https://npm.io/package/text-writer

## Recent versions

- 0.1.1 (latest) — 2016-05-23
- 0.1.0 — 2016-05-23

## README

# text-writer

ES6 text writer.

# Example

```JavaScript
let TextWriter = require('text-writer');

let text = TextWriter
  .create()
  .write('Lorem ipsum dolor sit amet, ')
  .writeFormat('consectetur %s elit, ', 'adipisicing')
  .writeLine('sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.')
  .toString();
```

# Install

Install via npm:

```
npm install text-writer --save
```

# License

MIT

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