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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i graphlib-git

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • nopersonsmodules