1.0.7 • Published 1 year ago
git-oh-shit v1.0.7
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 gosUsage
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 wiggercomputerFetch all emails and detailed commit information for the user wiggercomputer:
gos wiggercomputer --details
gos wiggercomputer -dLicense
This project is licensed under the MIT License - see the LICENSE file for details.