git2json icon indicating copy to clipboard operation
git2json copied to clipboard

Read external paths?

Open DonsWayo opened this issue 6 years ago • 1 comments

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);

DonsWayo avatar May 19 '19 17:05 DonsWayo

Same request here.

Symbolk avatar Jul 23 '19 03:07 Symbolk