文件名称:gendiff-cli:cli应用程序,用于比较json,yaml和ini文件
文件大小:64KB
文件格式:ZIP
更新时间:2024-05-18 15:03:48
nodejs javascript cli diff json
Gendiff-cli 通过将文件解析为AST,对其进行排序并比较字符串化输出的工具,用于文件差异。 查找配置文件中的更改很有用。 安装 CLI: npm install -g gendiff-blazecolour-2 图书馆: npm install --save gendiff-blazecolour-2 用法 CLI用法: $ gendiff [options] < file> < file> API用法: import genDiff from 'gendiff-blazecolour-2' ; genDiff ( 'path/to/file1' , 'path/to/file2' , format ) ; CLI选项 -v, --version Output the version number -f, --format [type] Ou
【文件预览】:
gendiff-cli-master
----.eslintrc.yml(169B)
----.gitignore(25B)
----.babelrc(35B)
----package.json(1KB)
----Makefile(221B)
----package-lock.json(243KB)
----src()
--------bin()
--------parser.js(307B)
--------index.js(543B)
--------ast.js(1KB)
--------renderers()
----LICENSE.md(1KB)
----.travis.yml(268B)
----__tests__()
--------index.test.js(2KB)
--------__fixtures__()
----README.md(2KB)
----.eslintignore(18B)