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 🙏

© 2026 – Pkg Stats / Ryan Hefner

kohut

v1.0.3

Published

create 2d text into your github contributions

Readme

What is Kohut?

Kohut is a simple CLI tool written in NodeJS for creating next level github contribution graphs.

Why Kohut?

Kohut is the first tool that let's you write text to your contributions graph. It's free and easy to use.

Just look how cute logo you can write on your github mainpage. These are my github contributions in year 2003. https://github.com/Borecjeborec1

How can I use it?

Easily, just follow these 4 steps.

  1. Create GitHub repo
  2. Initialize the new repo
  3. Download kohut
  4. Running the Kohut

Steps 1 and 2 are just normal GitHub repo creating, you can skip them and use existing repo, or create it your own way.

1) Create Github repo

Navigate to this page https://github.com/new and create a new repo. Fill out the form and click create. It can be private repo as well.

2) Initialize the new repo

When you create the new repo a bunch of commands jumps into your face on GitHub website. Follow them. Create folder, open terminal and paste the commands there. When you are done you should have folder with readme.md inside on your local machine. The same folder structure should appear on GitHub page too.

The commands should look like this:

echo "# ds" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/gymplgames/ds.git
git push -u origin main

3) Download Kohut

If you have NodeJS installed, download the Kohut package from npm using

npm i -g kohut

4) Running the Kohut

You are nearly done. 1 last step to do. Open terminal in your folder where you have your git initialized and execute kohut command.

kohut [text] [year] 

In my case it's

kohut atzuki 2003

Wait a few seconds and you are done!

Good Job! You should have your text written inside contribution graph on your main page.

Warning! Kohut is not supposed to spam GitHub servers or harass someone. Please do not abuse it that way. It's use case is only for fun and aesthetics.

How does it work?

Basicly Kohut takes initialized repo and create a file called fileName. Then kohut makes changes in it (concretly rewrites random number) and assign commit date to a date mapped from a letters hashmap.

Future features?

I will try to implement more features in future.

Planned features:

  • reversed option (reverse the text colors)
  • more letters/numbers/languages (currently supports only A-Z and 0-9)
  • some sort of image mapping maybe

This project is open-source, feel free to contribute.