文件名称:blamejs:解析 git 责备输出
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-01 23:57:43
JavaScript
#Git Blame JavaScript 中的解析器 该模块解析“git blame -p”(用于瓷器,即机器可消化)操作的输出。 #用法 var BlameJS = require ( "blamejs" ) ; var blamejs = new BlameJS ( ) ; // Get the result of the git blame operation var blameOut = "[output]" ; blamejs . parseBlame ( blameOut ) ; // Get the commit data var commitData = blamejs . getCommitData ( ) ; // Get the line data array, each item containing a reference to // commits tha
【文件预览】:
blamejs-master
----index.js(4KB)
----package.json(464B)
----README.md(792B)