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

git-observer

v1.2.4

Published

A companion app for developers to reach out Issues, Commits and Pull-Requests on their browser, without leaving their beloved terminal

Readme

Features

  • Saves you time while launching and finding the issues, commits or pull-requests on browser
  • You can easily add, edit, delete and switch between git-observer projects
  • Automatically fills required fields while creating projects if within git repository
  • Supports multiple projects and multiple repositories for each project (ie: different issue repository)

How To Install:

Using NPM

npm i git-observer

Download

  • Download the latest release
  • Within the directory, from your terminal
    • npm install
    • npm link (might ask for permission depending on your OS)

How To Use:

You can run the app by typing gob or git-observer.

| Fields | Description | | ------------------------ | ---------------------------------------------------------------------------------- | | Repository Name | Your repository name | | Repository Commits | Link to your commits (ie. https://github.com/excalith/git-observer/commit/ ) | | Repository Issues | Link to your issues (ie. https://github.com/excalith/git-observer/issues/ ) | | Repository Pull-Requests | Link to your pull-requests (ie. https://github.com/excalith/git-observer/pull/ ) |

Whenever you create a project, app sets it as default project. You can then run commands to launch corresponding page from terminal.

Available Commands:

| Command | Description | | ----------------------- | ----------------------------------------- | | gob | Add new project on first run or show help | | gob -a --add | Add a new project to observer | | gob -s --switch | Switch to another project on observer | | gob -e --edit | Edit settings file (JSON) | | gob -d --delete | Delete a project from observer | | gob -i --issue [Number] | Open issue on browser | | gob -c --commit [Hash] | Open commit on browser | | gob -p --pull [Number] | Open pull request on browser | | gob -u --update | Check for updates | | gob -h --help | Show help |

How To Contribute

Please feel free to contribute!

  • Create issues for both issues and feature requests
  • Create pull requests to develop for anything listed in issues
    • Please use prefixes such as Add, Fix, Update etc. before your commit message
    • Please be brief about your commit message

License

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