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 🙏

© 2024 – Pkg Stats / Ryan Hefner

cursed-git

v1.5.3

Published

[![build status](https://gitlab.com/pascaldevink/cursed-git/badges/master/build.svg)](https://gitlab.com/pascaldevink/cursed-git/commits/master) [![npm version](https://badge.fury.io/js/cursed-git.svg)](https://badge.fury.io/js/cursed-git) [![npm download

Downloads

18

Readme

Cursed-git

build status npm version npm downloads

Cursed-git is a tool to easily search github (it's currently the only supported provider) for issues/pull requests and to check them out. This makes reviewing code changes much quicker than manually having to check out the website and copy/pasting the branch every time.

How to install

npm install --global cursed-git

Once installed, you can install updates with

npm update --global cursed-git

How it works

Start it from anywhere, but preferably in a git repository with:

cursed-git

On the first start, it will ask you for your github token, which you can create on https://github.com/settings/tokens. After that it will display the search results of the default query is:open is:pr which you can customize by pressing the s key.

If you want to know the details of the pull request, select one from the list and press enter. esc takes you back to the list and pressing c will checkout the selected pull request.

:warning: Note A branch can only be checked out if the repository that it belongs to and the repository you started cursed-git in matches.

Development

Always do an npm install after updating your branch, to make sure you have the latest dependencies installed.

Tests

Tests can be run with

npm test

Publishing

Publishing to npmjs is as easy as

npm publish