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
read git commits into a graphlib format.
<script type="module">
import graphlibGit from 'https://cdn.skypack.dev/graphlib-git';
</script>
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)
})
MIT