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

opentaste

v0.0.1

Published

OpenTaste CLI to manage CommandCode taste

Readme

OpenTaste CLI

Manage taste learning packages for CommandCode.

Usage

No installation required! Use with npx:

npx opentaste pull [package-name]
npx opentaste push [package-name]
npx opentaste list

Installation (Optional)

For frequent use, install globally:

npm i -g opentaste

Then use directly:

opentaste pull [package-name]
opentaste push [package-name]

Commands

Pull Taste Package

Pull taste packages from storage to your project:

npx opentaste pull [package-name]
npx opentaste pull --all                         # Pull all packages
npx opentaste pull -g [package-name]             # Pull from global storage
npx opentaste pull --remote username/package     # Pull from remote (with namespace)
npx opentaste pull --remote orgname/package      # Pull from organization
npx opentaste pull --overwrite                   # Overwrite instead of merge (default: merge)

Remote Pull with Namespace:

  • Format: username/packageName or orgname/packageName
  • You can only pull from your own account or organizations you're a member of
  • The package is saved locally without the namespace (e.g., user/cli.commandcode/taste/cli/)

Push Taste Package

Push taste packages from your project to storage:

npx opentaste push [package-name]
npx opentaste push --all                  # Push all packages
npx opentaste push -g [package-name]      # Push to global storage
npx opentaste push --remote [package-name] # Push to remote
npx opentaste push --overwrite            # Overwrite instead of merge (default: merge)

List Packages

List available taste packages:

npx opentaste list
npx opentaste list -g        # List global packages
npx opentaste list --remote  # List remote packages

Delete Package

Delete a taste package:

npx opentaste delete <package-name>
npx opentaste delete -g <package-name>  # Delete from global storage

Lint Package

Validate taste file format and structure:

npx opentaste lint [package-name]
npx opentaste lint --all              # Lint all packages
npx opentaste lint -g [package-name]  # Lint global packages

Open Package

Open a taste package in your editor:

npx opentaste open <package-name>
npx opentaste open -g <package-name>  # Open from global storage

Update CLI

Update opentaste CLI to the latest version:

npx opentaste update

Other Commands

npx opentaste -v          # Show version
npx opentaste --version   # Show version
npx opentaste -h          # Show help
npx opentaste --help      # Show help

Development

# Install dependencies
pnpm install

# Build
pnpm build

# Development mode with auto-reload
pnpm dev

# Test locally with npm link
npm link
opentaste -v

About

For more information about Command Code, visit commandcode.ai

License

UNLICENSED

Keywords

  • cli
  • opentaste
  • commandcode
  • command-code
  • preferences
  • ai
  • coding-agent
  • langbase
  • developer-tools