@abmdev/cli
v0.1.1
Published
abm.dev CLI — set up AI agent access to the marketing API for AI agents.
Maintainers
Readme
@abmdev/cli
The abm.dev CLI. Sets up an AI coding agent's context to use the abm.dev API with one command.
Install + use
# One-shot: drop SKILL.md + .abm-dev.json into the current directory
npx -y @abmdev/cli@latest init --all -k <YOUR_API_KEY>
# Or with the key in an env var
export ABM_DEV_API_KEY=abm_live_…
npx -y @abmdev/cli@latest init -k envWhat it writes
SKILL.md— a primer for your AI coding agent (Cursor, Claude Code, Windsurf, etc.). Paste into the agent's project context..abm-dev.json— a small config file with the API base URL + your key.
Subcommands
abm.dev init Drop SKILL.md + .abm-dev.json into cwd
abm.dev --version Print the CLI version
abm.dev --help HelpGet a key
License
Apache-2.0 — see LICENSE.
