appendage

1.0.0 • Public • Published

appendage

Build Status npm install

decorate some streams

usage

var appendage = require('appendage')
 
var stream = appendage('**> ', '\n')
 
stream.write('wee') // '**> wee\n'
stream.write('uh-huh') // '**> uh-huh\n'

license

MIT

Readme

Keywords

Package Sidebar

Install

npm i appendage

Weekly Downloads

8

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jarofghosts