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

cullit

v1.11.1

Published

Public Cullit CLI for local, template-based release notes. Licensed AI and integrations are delivered separately.

Readme

cullit CLI

Public CLI installer for Cullit's local, template-based workflow.

The cullit package on npm is intentionally limited to the free local surface:

  • local git collection
  • template generation with --provider none
  • stdout and file publishing
  • config, status, and tag helpers

Installing from npm does not grant paid access by itself. Licensed AI providers, Jira/Linear enrichment, premium publishers, dashboard workflows, and other paid surfaces are delivered through Cullit-hosted or private licensed distributions.

Install

# one-off free local run
npx cullit generate --from v1.0.0 --to v1.1.0 --provider none

# global install
npm install -g cullit

# dev dependency
npm install -D cullit

Quick Start

# initialize .cullit.yml
cullit init

# generate between refs with the built-in template engine
cullit generate --from v1.0.0 --to v1.1.0 --provider none

# autodetect the last two tags
cullit generate --provider none

# write release notes to a file
cullit generate --from HEAD~10 --provider none --format markdown --dry-run

# select a named template profile from .cullit.yml
cullit generate --from v1.8.0 --provider none --template customer-facing

Licensing

  • Public npm package: free local/template workflow only
  • Paid tiers (Pro, Team, Enterprise): delivered through the private package @cullit/licensed
  • CULLIT_API_KEY: used by licensed hosted/private Cullit surfaces
  • Need Pro or Team access: https://cullit.io/pricing

Common Flags

  • --from <ref> source git ref / tag / query
  • --to <ref> target ref (defaults to HEAD)
  • --provider <name> anthropic|openai|gemini|ollama|none
  • --model <id> override model
  • --audience <type> tune output for developer|end-user|executive
  • --tone <style> tone controls for generated output
  • --format <fmt> output format
  • --template <name> select named template profile from config
  • --quiet minimal logs
  • --verbose detailed logs

Docs

  • Full docs: https://cullit.io/docs
  • Tutorial: https://cullit.io/tutorial
  • Pricing: https://cullit.io/pricing

Source and Issues

  • Repository: https://github.com/mttaylor/cullit
  • Issues: https://github.com/mttaylor/cullit/issues
  • Security: see SECURITY.md in the repository