# string-to-stream

> Convert a string into a stream (streams2)

Latest version **3.0.1** (published 2019-08-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install string-to-stream
pnpm add string-to-stream
yarn add string-to-stream
bun add string-to-stream
```

## 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 | 3.0.1 |
| Published | 2019-08-26 |
| First published | 2014-09-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 82 |
| Author | Feross Aboukhadijeh |
| Maintainers | feross |
| Keywords | convert, convert string to stream, str, str stream, stream, string, string stream, string to stream |

## Links

- npm: https://www.npmjs.com/package/string-to-stream
- Repository: https://github.com/feross/string-to-stream
- Issues: https://github.com/feross/string-to-stream/issues
- npm.io page: https://npm.io/package/string-to-stream

## Dependencies (1)

- [readable-stream](https://npm.io/package/readable-stream.md) ^3.4.0

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 3.0.1 (latest) — 2019-08-26
- 3.0.0 — 2019-08-23
- 2.0.0 — 2019-06-28
- 1.1.1 — 2018-04-28
- 1.1.0 — 2016-04-22
- 1.0.1 — 2015-05-05
- 1.0.0 — 2014-09-03

## README

# string-to-stream [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]

[travis-image]: https://img.shields.io/travis/feross/string-to-stream/master.svg
[travis-url]: https://travis-ci.org/feross/string-to-stream
[npm-image]: https://img.shields.io/npm/v/string-to-stream.svg
[npm-url]: https://npmjs.org/package/string-to-stream
[downloads-image]: https://img.shields.io/npm/dm/string-to-stream.svg
[downloads-url]: https://npmjs.org/package/string-to-stream
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[standard-url]: https://standardjs.com

#### Convert a string into a stream (streams2)

### install

```
npm install string-to-stream
```

### usage

Use `string-to-stream` like this:

```js
var str = require('string-to-stream')

str('hi there').pipe(process.stdout) // => 'hi there'
```

### license

MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).

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