Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 595 Bytes

File metadata and controls

15 lines (11 loc) · 595 Bytes

txt-replacer

Description

This is a tool for replacing text in multiple files. It allows you to define keys and corresponding replacement values in JSON format, and then apply those replacements to a set of articles.

Prerequisite

  1. Install packages via npm i

How to Use

  1. Add your keys to the /keys directory in JSON format.
  2. Add articles to the /articles directory.
  3. Run the project using npx ts-node ./src/index.ts or by executing the txt-replacer.exe file

License

This project is licensed under the MIT License. See the LICENSE file for details.