codex-pets
v0.3.0
Published
Install shared Codex pets from codex-pet-share.
Readme
codex-pets
Install shared Codex pets from codex-pet-share.
npx codex-pets add pet-slug
npx codex-pets add-collection collection-slugPets are installed into:
$HOME/.codex/pets/{pet-id}Commands
add {pet-id}
Downloads the pet package by slug from codex-pet-share and writes pet.json and spritesheet.webp into the local Codex pets directory.
npx codex-pets add tiny-dinoadd-collection {collection-slug}
Downloads every pet in a codex-pet-share collection and writes each package into the local Codex pets directory.
npx codex-pets add-collection catsConfiguration
The CLI defaults to the production codex-pet-share API. To use a different deployment, set:
CODEX_PETS_API_BASE=https://your-deployment.example.com