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

gitsane

v0.1.0

Published

An interactive Git CLI that makes version control simple and smart.

Downloads

20

Readme

Gitsane

An interactive Git assistant for effortless version control.

Gitsane is a simple, menu-driven CLI tool that helps you perform common Git operations without memorizing commands.

Perfect for beginners and fast workflows.

🚀 Features

  • Interactive menu UI — no more command memorization
  • Quickstart setup — for new repositories
  • Initialize repositories (git init)
  • Create & switch branches
  • Add remote URLs
  • Generate .gitignore templates
  • Stage, commit & push changes
  • Check repository status
  • Unstage files
  • Set Git username & email
  • Graceful exit (no more CTRL+C)

📥 Installation

Install globally:

npm install -g gitsane

Check the version:

gitsane --version

▶ Usage

Start Gitsane:

gitsane

You’ll see an interactive menu:


? Select a Git Operation
›`Quickstart (Recommended)`
  Initialize Repository
  Create Branch
  Add Remote
  Generate .gitignore
  Commit Changes
  Push Changes
  Status
  Unstage Files
  Set User Identity
  Exit

Choose an option and follow the prompts.

📚 Available Commands

| Command | Description | |------------------------|-------------------------------------------------------| | Quickstart | Sets up a new repo quickly | | Initialize Repository | Runs git init | | Create Branch | Creates and switches to a new branch | | Switch Branch | Switches to a new branch | | Add Remote | Adds a remote repository URL | | Generate .gitignore | Creates a .gitignore using templates | | Commit Changes | Stages changes and commits with a message | | Push Changes | Pushes changes to the remote repository | | Status | Shows repository status | | Unstage Files | Removes files from staging without deleting them | | Set User Identity | Configures Git username and email | | Exit | Cleanly exits the CLI |

🛠 Requirements

  • Node.js 16+

  • Git installed on your system

🤝 Contributing

  • Contributions are welcome!

  • Fork the project

  • Create a new branch

  • Commit your changes

  • Open a pull request

🪪 License

MIT © Honour Eboiye

Feel free to use, modify, and contribute.