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

@muhammadusmangm/ghme

v0.1.0

Published

Generate a polished GitHub profile README in under a minute

Readme

@muhammadusmangm/ghme

Generate a polished GitHub profile README in under a minute

npm version License: MIT Node.js


ghme is a CLI tool that creates a beautiful, production-ready GitHub profile README.md in seconds. Just run it, answer a few prompts, and get a professional README with typing animations, tech stack badges, stats cards, and more.


Quick Start

npx @muhammadusmangm/ghme

That's it! Answer a few interactive prompts and get a polished README.

Non-Interactive Mode

# Use defaults
npx @muhammadusmangm/ghme --yes --username your-username

# Use a theme preset
npx @muhammadusmangm/ghme --yes --theme developer

Available Options

| Option | Description | |--------|-------------| | --yes, -y | Non-interactive mode with defaults | | --username <name> | GitHub username (for --yes mode) | | --theme <name> | Theme preset: amber-dark, minimal, developer | | --help, -h | Show help message |


Features

  • Zero config — no setup required, just run and answer prompts
  • Typing SVG headers — animated typing effect with customizable text, colors, and fonts
  • Tech stack badges — shields.io badges organized by category (AI, Systems, Frontend, Backend, Infra)
  • GitHub stats — stats cards, streaks, top languages, and trophies
  • Social links — LinkedIn, portfolio, and email badges
  • Smart git push — automatically commits and pushes if you're in a git repo with a remote
  • Theme presets — quick start with pre-configured themes
  • Image banners — support for custom header images

What It Generates

The tool creates a README.md with:

| Section | Description | |---------|-------------| | Header | Typing SVG animation, static heading, or image banner | | Bio | Short description of yourself | | Tech Stack | Shields.io badges grouped by category | | Social Links | LinkedIn, portfolio, and email badges | | GitHub Stats | Stats cards, streaks, top languages, and trophies |

Tech Stack Categories

  • AI/Agents — Python, PyTorch, TensorFlow, OpenAI, LangChain
  • Systems — Rust, C, C++, Go, Assembly
  • Frontend — React, Vue, Angular, TypeScript, HTML/CSS
  • Backend/DB — Node.js, Express, Django, PostgreSQL, MongoDB
  • Infra/Tools — Docker, Kubernetes, AWS, Linux, Git

Example Output

Here's what a generated README might look like:

<div align="center">
  <img src="https://readme-typing-svg.herokuapp.com/demo?font=Fira+Code&weight=600&size=30&duration=3000&pause=1000&color=F5A623&center=true&vCenter=true&multiline=true&repeat=true&width=600&height=100&lines=Full+Stack+Developer%0AOpen+Source+Enthusiast" alt="Typing SVG" />
</div>

---

<div align="center">

Full Stack Developer passionate about open source

</div>

---

## Tech Stack

### Frontend

[![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=react&logoColor=white)](https://react.com)
[![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white)](https://typescript.com)

### Backend/DB

[![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=node.js&logoColor=white)](https://node.js.com)

## GitHub Stats

![GitHub Stats](https://github-readme-stats.vercel.app/api?username=octocat&show_icons=true&theme=radical)

Requirements

  • Node.js >= 18

Development

Setup

# Clone the repository
git clone https://github.com/MuhammadUsmanGM/ghme.git
cd ghme

# Install dependencies
npm install

# Build
npm run build

# Test locally
npm link
ghme

Available Scripts

| Script | Description | |--------|-------------| | npm run build | Build the project | | npm run dev | Build with watch mode | | npm start | Run the built output |


Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.


License

MIT © MuhammadUsmanGM


If ghme saved you time, consider starring the repo → github.com/MuhammadUsmanGM/ghme