node-gitlog:Node.JS的Git日志解析器

时间:2021-05-02 13:15:33
【文件属性】:
文件名称:node-gitlog:Node.JS的Git日志解析器
文件大小:129KB
文件格式:ZIP
更新时间:2021-05-02 13:15:33
TypeScript 节点gitlog Node.JS的Git日志解析器 安装 npm install gitlog --save 用法 const gitlog = require ( "gitlog" ) . default ; const options = { repo : __dirname + "/test-repo-folder" , number : 20 , author : "Dom Harrington" , fields : [ "hash" , "abbrevHash" , "subject" , "authorName" , "authorDateRel" ] , execOptions : { maxBuffer : 1000 * 1024 } , } ; // Synchronous const commits = gitlog ( options ) ;
【文件预览】:
node-gitlog-master
----.travis.yml(317B)
----example()
--------example.js(336B)
----package.json(1KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(129B)
----test()
--------create-repo.sh(2KB)
--------delete-repo.sh(48B)
--------gitlog.test.ts(9KB)
----.prettierignore(37B)
----LICENSE(1KB)
----package-lock.json(511KB)
----src()
--------index.ts(11KB)
----tsconfig.json(694B)
----.all-contributorsrc(5KB)
----.gitignore(525B)
----CHANGELOG.md(5KB)
----README.md(14KB)

网友评论