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 authThis will guide you to:
- Visit https://commandcode.ai
- Log in or create an account
- Get your API key from account settings
- Enter it in the CLI
Install Taste Package
npx taste install [package-name]
npx taste add [package-name] # aliasPush 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 helpDevelopment
# Install dependencies
pnpm install
# Build
pnpm build
# Development mode
pnpm dev
# Test locally with npx
pnpm link --global
npx taste authNote
Some of the features are still under development. Join the waitlist at https://commandcode.ai for updates!