1.0.0 • Published 8 years ago

wo-google-patch v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

用google-diff-match-patch生成patch文件

https://code.google.com/archive/p/google-diff-match-patch/

usage

npm install google-patch
google-patch oldFilePath newFilePath patchPath
// example: google-patch file1 file2

oldFilePath 旧文件路径

newFilePath 新文件路径

patchPath patch路径(非必填,如不填,默认在本目录下生成patch文件