https://github.com/knowbee/checkgit
✔When working with many repositories it can be very hard to remember all the different project names, checkgit is the solution
https://github.com/knowbee/checkgit
git git-cli repository
Last synced: about 1 month ago
JSON representation
✔When working with many repositories it can be very hard to remember all the different project names, checkgit is the solution
- Host: GitHub
- URL: https://github.com/knowbee/checkgit
- Owner: knowbee
- License: mit
- Created: 2020-02-03T07:10:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T12:21:25.000Z (over 5 years ago)
- Last Synced: 2025-09-01T18:57:40.050Z (6 months ago)
- Topics: git, git-cli, repository
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@knowbee/checkgit
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# checkgit
[](https://travis-ci.org/knowbee/checkgit)
[](https://badgen.net/npm/dw/@knowbee/checkgit)
[](https://david-dm.org/knowbee/checkgit)
[](https://github.com/ellerbrock/open-source-badge/)
[](https://github.com/ellerbrock/open-source-badge/)
List all existing git repositories in a given path on your system
## Install
```cli
npm install -g @knowbee/checkgit
```
or
```cli
yarn global add @knowbee/checkgit
```
## Using checkgit CLI
#### Command Line
```cli
$ checkgit
$ checkgit -g e:
$ checkgit -g e:workspace
$ checkgit -g ../
```
## Options:
- `-h` or `--help` : display helper screen.
- `-g` or `--git` : check for git repositories under a given path.
## Contribution
- Please before making a PR, read first this [Contributing Guideline](./CONTRIBUTING.md)
## License
MIT
## Author
Igwaneza Bruce