1.0.1 • Published 7 years ago

git-repo-crawler v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

git-repo-crawler

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

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