notes/node_modules/write-file-stdout
Patrick Marsceill b7b0d0d7bf
Initial commit
2017-03-09 13:16:08 -05:00
..
test Initial commit 2017-03-09 13:16:08 -05:00
.npmignore Initial commit 2017-03-09 13:16:08 -05:00
History.md Initial commit 2017-03-09 13:16:08 -05:00
Makefile Initial commit 2017-03-09 13:16:08 -05:00
Readme.md Initial commit 2017-03-09 13:16:08 -05:00
index.js Initial commit 2017-03-09 13:16:08 -05:00
package.json Initial commit 2017-03-09 13:16:08 -05:00

Readme.md

write-file-stdout

Write to a file, falling back to stdout.

Installation

$ npm install write-file-stdout

API

write ([file], contents)

Write contents to a file, falling back to stdout.

License

MIT