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

Latest commit

 

History

History
29 lines (16 loc) · 759 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 759 Bytes

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