1.0.7 • Published 12 months ago

git-oh-shit v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
12 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

12 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago