git-memories
v1.0.7
Published
A fun CLI tool to see your GitHub contributions on this day throughout the years
Maintainers
Readme
git-memories 🌱
See your GitHub contributions on this day throughout the years.
Install
npm install -g git-memoriesQuick Start
git-memories --test # Try with mock data first
gh auth login # Authenticate with GitHub CLI
git-memories # Use your real GitHub dataSetup
gh auth login
git-memoriesCommands
git-memories- Show your contributionsgit-memories --test- Mock data demogit-memories --help- All options
Example
🌱 Your contributions on September 14 throughout the years:
📅 2023
────────────────────
📁 my-project
💚 Fix authentication bug
✅ PR: Add dark mode
📅 2022
────────────────────
📁 another-repo
💚 Update dependencies
Thanks for the memories! 🎉
## 🧪 Testing
For development and testing, see the [`test/`](./test/) directory for comprehensive testing utilities and scenarios.