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

@operatehappy/shortcuts

v0.16.0

Published

Operate Happy's collection of shortcuts

Readme

Shortcuts for @operatehappy

This repository is a collection of organization-specific shortcuts for @operatehappy.

Table of Contents

Requirements

This module requires Node.js 6.x or later.

Dependencies

This script has no external dependencies.

Usage

To install this utility, run the following command in your console:

npm install -g @operatehappy/shortcuts

This will make the following shortcuts available globally:

Docker

  • docker-remove-dangling-volumes
  • docker-remove-dead
  • docker-system-prune
  • docker-system-df

Git

  • git-log

Terraform

  • terraform-apply
  • terraform-destroy
  • terraform-fmt
  • terraform-get
  • terraform-graph
  • terraform-import
  • terraform-init
  • terraform-plan
  • terraform-refresh
  • terraform-taint
  • terraform-untaint
  • terraform-workspace-delete
  • terraform-workspace-new

The shortcuts in the Terraform section set sensible defaults that work for us. Inspect the Shell scripts for a better understanding of what that means.

pre-commit

  • pre-commit-install
  • pre-commit-remove
  • pre-commit-run

The shortcuts in the pre-commit section install, remove, or run Git hooks using our organization-specific configuration.

Operate Happy

  • oh-shfmt
  • oh-release
  • oh-terraform-docs

misc. stuff

  • serve

This shortcut provides a quick way of serving the current directory via HTTP. The shortcut defaults to using python and maps to port 4779.

The runtime can be changed by supplying a single argument as the first argument. Valid options include: python2, python3, php, and ruby.

Author Information

This module is maintained by the contributors listed on GitHub

Development of this module was sponsored by Operate Happy.

License

Licensed under the Apache License, Version 2.0 (the "License").

You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, without WARRANTIES or conditions of any kind, either express or implied.

See the License for the specific language governing permissions and limitations under the License.