/find-git-repositories

Finds git repositories asynchronously for node.js

Primary LanguageCMIT LicenseMIT

find-git-repositories

Linux OS X Windows
const findGitRepos = require('find-git-repositories');
findGitRepos('some/path', repos => console.log('progress:', repos))
  .then(allFoundRepositories => console.log('all the repositories found in this search:', allFoundRepositories));