1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-26 00:55:54 -04:00
notes/node_modules/write-file-stdout/Readme.md

18 lines
232 B
Markdown
Raw Normal View History

2017-03-09 13:16:08 -05:00
# 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