Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

irvinlim/git-repo-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-repo-crawler

A simple tool to crawl all Git repositories on disk, starting from a given directory.

Version Downloads

Installation

npm i -g git-repo-crawler

Usage

--directoryRoot, -d

Specifies a root directory to start from.

Default: Current working directory.

--command, -c

Allows you to run a command in each directory. The stdout and stderr output will be piped to the console.

If no command is specified, then the tool will simply print out the list of Git directories found.

License

MIT

About

A simple tool to crawl all Git repositories on disk, starting from a given directory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published