# `replace-cli` ## Install `npm i replace-cli -g` ## What It's JavaScript regex replace within the terminal. ## Why Not a big fan of `sed` ## How ```bash $ echo "james dean" | replace "dean" "franco" james franco ```