1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-20 16:15:37 +00:00
notes/node_modules/write-file-stdout/Readme.md

18 lines
232 B
Markdown
Raw Normal View History

2017-03-09 18:16:08 +00: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