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.
- Install packages via
npm i
- Add your keys to the
/keys
directory in JSON format. - Add articles to the
/articles
directory. - Run the project using
npx ts-node ./src/index.ts
or by executing thetxt-replacer.exe
file
This project is licensed under the MIT License. See the LICENSE file for details.