dojo add
Install a dojo from the catalog into the current project.
Usage
dojo add <name>Examples:
dojo add effect-ts
dojo add pydantic-agentsEach dojo is published as an npm package under the @dojocho/* scope. dojo add is a thin wrapper that:
- Installs the package with your project's package manager.
- Registers the dojo with your project's
dojocho.jsonso/katacan find it. - Runs any per-dojo
preparescript (e.g. installing Python deps viauv).
Listing installed dojos
dojo add --listprints the dojos currently registered in this project.
Removing a dojo
Use your package manager:
pnpm remove @dojocho/effect-tsThen run dojo setup to refresh the registration.