0.2.1 • Published 3 years ago

find-git-repositories v0.2.1

Weekly downloads
5,896
License
MIT
Repository
github
Last release
3 years ago

find-git-repositories

Actions Status

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