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

@liquid-labs/liq-cli

v1.0.0-prototype.18

Published

A process aware development, testing, and deployment management tool.

Readme

This is a alpha project. Documentation and implementation may not be entirely in-sync.

liq is user-friendly development and process management framework. liq provides:

  • clear project specification guidelines,
  • a straightforward, well-defined development workflow
  • extensible libraries of (mostly) automatically enforced change and submission policies, and
  • built in CI/CD.

Installation

npm inistall -g @liquid-labs/liq-cli

Basic usage

Setup

Setup your local environment. See Usage: Setup for details.

liq meta init
liq projects import @liquid-labs/liquid-cli # or whatever

Developing

Do work; make changes. See [Usage: Developing with liq](/docs/usage/Developing with liq.md) for details.

cd "$(liq projects dir @liquid-labs/liq-cli)"
# cd ~/playground/\@liquid-labs/liq-cli
liq work start -i 100 "adding golang support"
# make changes
liq work test
liq work qa
liq work save -am "golang support added"
liq work submit
liq work close

Runtime management

Manage your local development, test, and production environments. See [Usage: Runtime management](/docs/usage/Runtime management.md) for details.

liq environments create
liq data rebuild
liq services start

Policies

liq has built in support for (optional) development and organizational policies:

  • Prebuilt policies libraries can be easily installed; Liquid Labs offers standard open source policies as well as PCI and SOC 2 compliant policies.
  • All policies are fully cutomizable.
  • Policies are subject to the same change controls as code.

See [Usage: Policy management](/docs/usage/Policy management.md) for details.

CI/CD

Liquid Projects offer greatly simplified (and entirely optional) integration with a full CI/CD process supporting:

  • Built in CI/CD workflow best-practices.
  • Fully automated static code analysis (for supported languages).
  • Configurable automated or manual deploy.
  • Automated project badging and trend reports.

Supported platforms

Support for target distros is currently limited. Full support for additional distros will be rolled out once we reach a stable beta.

  • MacOS is the primary/lead platform.
  • Some testing is done on Ubuntu.
  • Most Linux or BSD based distros should work (perhaps with some tweaks).
  • At this point, Windows is entirely out of scope, though in theory Windows with CygWin or similar may work.

Contributions and bounties

This project offers bounties on many issues.

Non-bounty contributions are also welcome. You may also refer to open, non-bountied issues and make an offer.

Further reading

For a more detailed look at liq, please refer to the project documentation.