0.1.1 • Published 10 years ago

find-and-replace-cli v0.1.1

Weekly downloads
4
License
ISC
Repository
github
Last release
10 years ago

Find and Replace cli

Find and replace command line utility.

Uses find-and-replace module

Installation

npm install find-and-replace-cli

Usage

Input: myFile.txt

%Heading%

Welcome to this months newsletter
...

%Footer%

Terminal Command:

fandr myFile.txt newFile.txt '{"%Heading%": "Good Morning San Diego!", "%Footer%": "Yaz Flute"}'

Output: newFile.txt

Good Morning San Diego!

Welcome to this months newsletter
...

Yaz Flute
  • 0.1.0