graphlib-git
v1.0.0
Published
read git commits into a graphlib format.
Readme
graphlib-git
read git commits into a graphlib format.
var ggraph = require('graphlib-git')
ggraph(process.cwd(), function (err, graph) {
if(err) throw err
console.log(graph)
})License
MIT
