stdio-redirector
v0.0.1
Published
CLI tools for stdio redirection
Readme
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.
