graphlib-git

read git commits into a graphlib format.

Usage no npm install needed!

<script type="module">
  import graphlibGit from 'https://cdn.skypack.dev/graphlib-git';
</script>

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