git2json
git2json copied to clipboard
Read external paths?
I try to read another git project, not the current git project that I make the call. But only read my project, can I do in some way to read other folder?. Can pass the logs of simple-git or other library that can read other repositories or with a child process?
const git2json = require('@fabien0102/git2json'); const path = '/Users/name/Desktop/project';
git2json .run({ path }) .then(console.log);
Same request here.