wo-google-patch

1.0.0 • Public • Published

用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文件

Readme

Keywords

none

Package Sidebar

Install

npm i wo-google-patch

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • liangwt