git-repo-crawler

1.0.1 • Public • Published

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

/git-repo-crawler/

    Package Sidebar

    Install

    npm i git-repo-crawler

    Weekly Downloads

    4

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • irvinlim