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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i appendage

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • jarofghosts