项目作者: ludwig-austermann

项目描述 :
an automatic in file replacer
高级语言: D
项目地址: git://github.com/ludwig-austermann/repler.git
创建时间: 2019-07-05T08:36:37Z
项目社区:https://github.com/ludwig-austermann/repler

开源协议:MIT License

下载


repler

an automatic in file replacer

This project was made for the purpose to automatically edit files after editing.
For instance, you may do a programming tutorial and frequently copy the code of it, but you want your own features to remain, just specify the parts to be replaced in a json file and run the commands.

Usage and Syntax

At first you have to create your json file, if you dont know how, take a look at patterns.json. Then run:

  1. repler.exe <TARGET FILE> <PATTERN FILE>

(probably) coming features

  • multiple target files
  • commands to execute afterwards
  • create example json file

Contribution

Contribution is always welcome.