find-and-replace-cli

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i find-and-replace-cli

Weekly Downloads

3

Version

0.1.1

License

ISC

Last publish

Collaborators

  • dannybluedesign