0.0.1 • Published 6 years ago
stdio-redirector v0.0.1
stdio redirector
CLI tools for stdio redirection
Install
npm i -g stdio-redirectorExamples
# equivalent to "command <file"
file-to-stdin file command# equivalent to "command >file"
# directories will be created if not exists
stdout-to-file file commandChangelog
See CHANGELOG.md.
0.0.1
6 years ago