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

@trigify/cli

v1.1.0

Published

Trigify CLI — manage searches, workflows, and integrations from the terminal

Readme

@trigify/cli

Command-line interface for Trigify — manage searches, workflows, and integrations from your terminal.

Installation

npm install -g @trigify/cli

Requires Node.js 20+.

Documentation

The canonical public command reference lives in apps/docs in this repository.

Authentication

OAuth (interactive)

trigify login

Opens your browser to authenticate with your Trigify account. Credentials are stored locally in ~/.config/trigify/credentials.json on macOS and Linux, or %APPDATA%/trigify/credentials.json on Windows.

API Key (headless / CI)

export TRIGIFY_API_KEY=trig_your_api_key
trigify search list

Or pass it per-command:

trigify --api-key trig_your_api_key search list

Common Commands

trigify login
trigify whoami
trigify search list
trigify workflow list
trigify integration list
trigify credits balance

Global Options

--api-key <key>     Use API key instead of OAuth
--base-url <url>    Custom API base URL (default: the URL baked into your build)
--help              Show help
--version           Show version

Build defaults:

  • Local source builds default to http://localhost:3333
  • Staging builds default to https://trigify-api-staging.up.railway.app
  • Stable builds default to https://api.trigify.io

Staging Builds (Internal)

Pre-release builds are published to npm under the staging tag on every push to main.

Install the staging CLI

npm install -g @trigify/cli@staging

Verify it works

trigify --version
# Should show something like 1.0.0-staging.42

Update to latest staging

npm install -g @trigify/cli@staging

Switch back to stable

npm install -g @trigify/cli

License

MIT