-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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);
Metadata
Metadata
Assignees
Labels
No labels