Skip to content

union4dev/PatchApplier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PatchApplier

A tool for create / apply patch, also useful in mcp-pro

Usage

  • download release
  • java -jar PatchApplier.jar [options]

Options

  • -make -> run tool as make patches mode
  • -apply -> run tool as apply patches mode
  • -dry -> only available in make mode, run make with dry mode default to true

Example

For make patches

java -jar PatchApplier.jar -make /original_file /fixed_file /patch_folder -dry=true

For apply patches

java -jar PatchApplier.jar -apply /original_file /patch_folder

About

A tool for create / apply patch, also useful in mcp-pro

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages