stdio-redirector
v0.0.1
Published
CLI tools for stdio redirection
Downloads
5
Readme
stdio redirector
CLI tools for stdio redirection
Install
npm i -g stdio-redirector
Examples
# equivalent to "command <file"
file-to-stdin file command
# equivalent to "command >file"
# directories will be created if not exists
stdout-to-file file command
Changelog
See CHANGELOG.md.