node-gitconfiglocal:将.gitconfig文件解析为有用的数据结构

时间:2024-05-24 13:27:58
【文件属性】:

文件名称:node-gitconfiglocal:将.gitconfig文件解析为有用的数据结构

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-24 13:27:58

JavaScript

gitconfiglocal 将.git/config文件解析为有用的数据结构 例子 $ GIT_DIR中的搜索配置(默认情况下为.git) var gitconfig = require ( 'gitconfiglocal' ) ; gitconfig ( './' , function ( err , config ) { console . log ( config ) ; /* prints: { core: { repositoryformatversion: '0', filemode: true, bare: false, logallrefupdates: true }, remote: { origin: { url: 'git@github.com:soldair/no


【文件预览】:
node-gitconfiglocal-master
----CONTRIBUTING.md(1KB)
----.travis.yml(97B)
----LICENSE(1KB)
----test()
--------after-remote-without-key()
--------test.js(2KB)
----README.md(802B)
----.gitignore(14B)
----index.js(2KB)
----CHANGELOG.md(101B)
----package-lock.json(11KB)
----package.json(562B)

网友评论