Package Exports
- update-agentslist-db
Readme
update-agentslist-db
CLI utility to update agentslist-db to the latest version in projects that depend on it.
Usage
npx update-agentslist-dbFinds the nearest agentslist-db installation by walking up from the current directory, checks for a newer version, and updates it.
Programmatic API
import { update } from "update-agentslist-db";
await update();License
Apache License 2.0. See the LICENSE file for details.