trainingproject
Version:
A module to teach you how to module.
26 lines (15 loc) • 696 B
Markdown
# string-to-stream [](https://travis-ci.org/feross/string-to-stream) [](https://npmjs.org/package/string-to-stream)
#### Convert a string into a stream (streams2)
[](https://ci.testling.com/feross/string-to-stream)
### 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).