graphlib-git

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i graphlib-git

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • nopersonsmodules