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

helpsheet-cli

v1.2.1

Published

Modular offline terminal help system with Git, NPM, Docker commands and extensible architecture for more developer tools

Readme

Helpsheet CLI

🚀 Your comprehensive modular offline terminal help system - Git, NPM, Docker commands and more!

Vision

Helpsheet is your go-to offline terminal companion with a modular architecture that supports multiple developer tools:

  • Git (Available) ✅ - 18 categories, 200+ commands
  • NPM (Available) ✅ - 4 categories, 32+ commands
  • Docker (Available) ✅ - 6 categories, 48+ commands
  • GitHub CLI (Planned) 🚧
  • Kubernetes (Planned) 🚧
  • And many more developer tools...

Features

  • 🎯 Interactive browsing - Navigate through categorized commands
  • 📋 Auto-copy to clipboard - Commands are automatically copied when selected
  • 🎨 Beautiful terminal UI - Clean, colorful interface with boxed output
  • 🔧 Multi-tool support - Git, NPM, Docker commands in one place
  • 🔍 Global search - Search across all tools or within specific tools
  • ⚠️ Safety first - Dangerous commands clearly marked in "Danger Zone"
  • 🔌 Modular architecture - Easy to add new developer tools
  • 🧹 Clean interface - Collapsible sections and clear navigation

Installation

npm i -g helpsheet-cli

Usage

After installation, run:

helpsheet

You'll see a clean interface with:

  1. Tool Selection - Choose from Git, NPM, Docker, or search across all
  2. Category Browsing - Navigate through organized command categories
  3. Command Selection - Pick commands to copy to clipboard
  4. Global Search - Find commands across all tools

Available Developer Tools

🐳 Docker (6 Categories)

  • Container Management - Run, stop, start containers
  • Image Management - Build, pull, tag images
  • Networking - Create and manage networks
  • Volumes & Data - Handle persistent storage
  • System & Info - Monitor and inspect Docker
  • Docker Compose - Multi-container applications

📚 Git (18 Categories)

  • Init & Clone - Repository initialization and cloning
  • Status & Information - Checking repository status and history
  • Staging & Commit - Adding files and making commits
  • Push & Pull - Synchronizing with remote repositories
  • Branching & Merging - Branch operations and merging
  • Remote & Config - Remote management and Git configuration
  • Stashing - Temporary storage of changes
  • Tags - Version tagging operations
  • Undoing Changes - Reverting and resetting operations
  • Search & Find - Finding commits, files, and content
  • Sync & Prune - Repository maintenance and cleanup
  • Delete & Cleanup - Removing branches and files
  • Submodules - Git submodule management
  • GitHub CLI (gh) - GitHub CLI commands
  • CI/CD & Automation - Continuous integration helpers
  • Advanced Operations - Cherry-picking, patches, worktrees
  • Hooks & Automation - Git hooks configuration
  • Danger Zone ⚠️ - Potentially destructive operations

📦 NPM (4 Categories)

  • Package Management - Install, update, uninstall packages
  • Scripts & Execution - Run scripts and commands
  • Package Publishing - Publish and manage packages
  • Configuration & Info - Settings and package information

Screenshots

 _   _      _           _               _   
| | | | ___| |_ __  ___| |__   ___  ___| |_ 
| |_| |/ _ \ | '_ \/ __| '_ \ / _ \/ _ \ __|
|  _  |  __/ | |_) \__ \ | | |  __/  __/ |_ 
|_| |_|\___|_| .__/|___/_| |_|\___|\___|\__|
             |_|
🚀 Your comprehensive offline terminal help system
Navigate through developer tools and find the commands you need

📚 3 Development Knowledge Bases Available:
   (Use arrow keys and Enter to navigate)

? What would you like to do?
❯ 🔽 Expand knowledge bases details
  🚀 Start exploring tools
  ❌ Exit

Requirements

  • Node.js 14.0.0 or higher
  • npm or yarn

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Roadmap

  • [x] Git command cheatsheet (18 categories, 200+ commands)
  • [x] NPM command reference (4 categories, 32+ commands)
  • [x] Docker commands (6 categories, 48+ commands)
  • [x] Modular architecture with auto-discovery
  • [x] Global and tool-specific search
  • [x] Collapsible interface design
  • [ ] GitHub CLI commands
  • [ ] Kubernetes commands
  • [ ] Custom command categories
  • [ ] Plugin system for community contributions

License

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

Author

SamY

Support

If you find this tool helpful, please consider:

  • ⭐ Starring the repository
  • 🐛 Reporting bugs or requesting features via issues
  • 💡 Contributing to the codebase
  • 🚀 Suggesting new command categories to add

Made with ❤️ for developers by developers

Helpsheet - Because sometimes you need help offline! 📚