{"id":19827819,"url":"https://github.com/albertolinde/git-contribution-extractor","last_synced_at":"2026-01-23T15:42:10.328Z","repository":{"id":253006687,"uuid":"842167119","full_name":"AlbertoLinde/git-contribution-extractor","owner":"AlbertoLinde","description":"Ever looked at your GitHub contributions graph and wished it was greener and fuller? 🌳 Introducing `git-contribution`! 🎉 This CLI tool helps you make your contributions map lush by extracting commit data from any repo and recreating it in a new one. Keep contributing with passion! ❤️👨‍💻👩‍💻","archived":false,"fork":false,"pushed_at":"2024-08-15T18:24:22.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-02T22:47:54.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlbertoLinde.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-13T20:06:08.000Z","updated_at":"2024-08-15T18:24:25.000Z","dependencies_parsed_at":"2025-04-10T04:32:22.911Z","dependency_job_id":"89bf858e-eea6-4472-b532-01c7193a143e","html_url":"https://github.com/AlbertoLinde/git-contribution-extractor","commit_stats":null,"previous_names":["albertolinde/git-contribution-extractor"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/AlbertoLinde/git-contribution-extractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoLinde%2Fgit-contribution-extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoLinde%2Fgit-contribution-extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoLinde%2Fgit-contribution-extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoLinde%2Fgit-contribution-extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlbertoLinde","download_url":"https://codeload.github.com/AlbertoLinde/git-contribution-extractor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoLinde%2Fgit-contribution-extractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28694817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T14:15:13.573Z","status":"ssl_error","status_checked_at":"2026-01-23T14:09:05.534Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T11:14:14.816Z","updated_at":"2026-01-23T15:42:10.311Z","avatar_url":"https://github.com/AlbertoLinde.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Contribution Extractor\n\n![ImageCode](https://i.imgur.com/ogEGVm2.png)\n\n## Description\n\nEver looked at your GitHub contributions graph and wished it was greener, fuller, and just more impressive? 🌳 Maybe you want to show off a year's worth of solid work or perhaps visualize it in 3D like this [awesome example](https://github.com/yoshi389111/github-profile-3d-contrib). But, oh no! Most of your contributions are tied up in private company projects you can't share. What to do?\n\nIntroducing `git-contribution`! 🎉 This CLI tool is your new best friend for making your GitHub contributions map as green as a lush forest. Select the author you want to extract logs from, and we'll handle the rest. **No real information from your original projects is exposed**; we only take the author's name and the commit dates to recreate these in a new repository. This means you can push these to your personal GitHub and watch your contribution graph turn green! 🌟\n\n**Important Reminder**: Your GitHub name and email must match the ones used in these new commits for them to show up on your contribution map! Otherwise, no green squares for you. 🟥\n\n**Remember**: More green squares don't make you a better programmer. This is just for fun and to showcase your hard work. Keep contributing and coding with passion! ❤️👨‍💻👩‍💻\n\n## Installation\n\nTo install the `git-contribution` tool globally, use the following command:\n\n```bash\nnpm install -g git-contribution\n```\n\n## Usage\nTo run the tool, simply use the command:\n\n```bash\ngit-contribution\n```\n\nThis will start an interactive session where you can select the author, specify the Git repository path, and choose the output details.\n\n## Requirements\n- Node.js version 12.0.0 or higher\n- Git\n- Github\n\n## Contributing\nWe welcome contributions to the project! If you would like to contribute, please follow these steps:\n\n1.  Fork the repository on GitHub.\n2.  Create a new branch with a descriptive name:\n    ```bash\n    git checkout -b my-feature-branch\n    ```\n3. Make your changes and commit them with clear commit messages:\n    ```bash\n    git commit -m \"Add new feature\"\n    ```\n4. Push your changes to your forked repository:\n    ```bash\n    git push origin my-feature-branch\n    ```\n\n5. Open a Pull Request on the original repository, describing your changes and the motivation behind them. \n   - I'll review your Pull Request and provide feedback. Thank you for your contributions!\n\n## Author\nCreated by [Alberto Linde](https://www.albertolinde.com)\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Repository\n- [GitHub Repository](https://github.com/AlbertoLinde/git-contribution-extractor)\n\n## Bugs and Issues\nIf you encounter any bugs or issues, please open an issue in the [GitHub Issues page](https://github.com/AlbertoLinde/git-contribution-extractor/issues).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertolinde%2Fgit-contribution-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertolinde%2Fgit-contribution-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertolinde%2Fgit-contribution-extractor/lists"}