find-repos-cli

1.0.0 • Public • Published

find-repos-cli

Find git repos recursively from your command line

Install

npm install --global find-repos-cli

Usage

Use find-repos -h to display the following help:

Commands:
    help  Display help
  
  Options:
    -h, --help            Show help
    -H, --help            Output usage information
    -i, --ignores <list>  Paths to ignore (defaults to ["node_modules"])
    -m, --maxdepth <n>    How deep the search gets (defaults to 3)
    -v, --version         Output the version number
  
  Examples:
    - Find all repos starting from the current directory
    $ find-repos

    - Find all repos starting from your home folder
    $ find-repos ~

    - Find all repos starting from "repos", ignoring paths containing *dist* or *node_modules*, and looking only 2 levels deep
    $ find-repos repos/ -m 2 -i dist -i node_modules

Related

The API for this module => find-repos

Author

me
© 2017 Pablo Varela

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i find-repos-cli

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • pablopunk