npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

git-contribution

v1.0.1

Published

Tool to extract contributions from a Git project for a specific author.

Downloads

18

Readme

Git Contribution Extractor

ImageCode

Description

Ever 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. But, oh no! Most of your contributions are tied up in private company projects you can't share. What to do?

Introducing 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! 🌟

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. 🟥

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! ❤️👨‍💻👩‍💻

Installation

To install the git-contribution tool globally, use the following command:

npm install -g git-contribution

Usage

To run the tool, simply use the command:

git-contribution

This will start an interactive session where you can select the author, specify the Git repository path, and choose the output details.

Requirements

  • Node.js version 12.0.0 or higher
  • Git
  • Github

Contributing

We welcome contributions to the project! If you would like to contribute, please follow these steps:

  1. Fork the repository on GitHub.

  2. Create a new branch with a descriptive name:

    git checkout -b my-feature-branch
  3. Make your changes and commit them with clear commit messages:

    git commit -m "Add new feature"
  4. Push your changes to your forked repository:

    git push origin my-feature-branch
  5. Open a Pull Request on the original repository, describing your changes and the motivation behind them.

    • I'll review your Pull Request and provide feedback. Thank you for your contributions!

Author

Created by Alberto Linde

License

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

Repository

Bugs and Issues

If you encounter any bugs or issues, please open an issue in the GitHub Issues page.