JSPM

  • Created
  • Published
  • Downloads 46
  • Score
    100M100P100Q87064F
  • License UNLICENSED

Share and download taste packages for Command Code

Package Exports

  • taste
  • taste/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (taste) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Taste

Share and download taste packages for Command Code.

Usage

No installation required! Use with npx:

Authentication

Get your API key from Command Code:

npx taste auth

This will guide you to:

  1. Visit https://commandcode.ai
  2. Log in or create an account
  3. Get your API key from account settings
  4. Enter it in the CLI

Install Taste Package

npx taste install [package-name]
npx taste add [package-name]      # alias

Push Taste Package

npx taste push [package-name]

Pull Taste Package

npx taste pull [package-name]

Other Commands

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

Development

# Install dependencies
pnpm install

# Build
pnpm build

# Development mode
pnpm dev

# Test locally with npx
pnpm link --global
npx taste auth

Note

Some of the features are still under development. Join the waitlist at https://commandcode.ai for updates!