auroradream04 / txt-replacer

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

License:MIT License


Languages

Language:TypeScript 55.6%Language:JavaScript 44.4%