replace-stream
v0.0.1
Published
tool to replace text in a stream
Readme
replace-stream
unix tool to replace text within a stream.
npm install -g replace-stream
# takes a javascript regexp and a string.
replace-stream /unix/ UNIX < README.md
# if it's not a valid regexp, treat it as a string.
replace
License
MIT
