0.1.2 • Published 8 years ago

repo-cli v0.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

touch-readme

transform a stream into a quoted string

testling badge

build status

example

var quote = require('touch-readme');
process.stdin.pipe(quote()).pipe(process.stdout);

output:

$ echo beep boop | node example/stream.js
"beep boop\n"

methods

var quote = require('touch-readme')

var q = quote()

Return a transform stream q that wraps input in double quotes and adds escape characters to the chunks.

usage

usage: touch-readme

  Transform stdin to a quoted string on stdout.

install

With npm do:

npm install touch-readme

license

MIT

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago