1.0.7 • Published 11 months ago

git-oh-shit v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Git, Oh Shit! (gos)

A CLI tool to crawl GitHub repositories and pull all names and email addresses from commit histories.

Installation

You can install this package globally using npm:

npm i -g gos

Usage

gos <github_username> [--details]

Options

  • --details, -d: Show detailed information for each email address, including the repositories and commit details.

Example

Fetch all emails and committer names for the user wiggercomputer:

gos wiggercomputer

Fetch all emails and detailed commit information for the user wiggercomputer:

gos wiggercomputer --details
gos wiggercomputer -d

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.7

11 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago