@longkunz/dev-kit
v2026.7.5
Published
CLI tool to install Dev Kit templates for Codex and Antigravity
Maintainers
Readme
Dev Kit CLI
CLI tool to install bundled Dev Kit templates for Codex and Antigravity.
Installation
npx dev-kit initOr install globally:
npm install -g dev-kit
dev-kit initCommands
| Command | Description |
|---------|-------------|
| dev-kit init | Install bundled templates into your project |
| dev-kit update | Update installed templates to the bundled version |
| dev-kit status | Check installation status |
Options
dev-kit init --force # Overwrite existing folders
dev-kit init --path ./myapp # Install in a specific directory
dev-kit init --quiet # Suppress output for CI/CD
dev-kit init --dry-run # Preview actions without executing
dev-kit init --target all # Install .agents and .codex (default)
dev-kit init --target codex # Install only .codex
dev-kit init --target antigravity # Install only .agentsThe --target option is also available for update and status.
What it does
The package includes templates in the npm tarball and copies them locally:
.agentsfor Antigravity workflows, agents, skills, rules, memory, and scripts..codexfor Codex agents, hooks, rules, and configuration.AGENTS.mdrepository-wide coding-agent guidelines, installed with every target.
No GitHub download is required during init or update.
Publish checklist
Before publishing:
npm view dev-kit version
npm ci
npm test
node bin/index.js --help
node bin/index.js init --dry-run --target all --path /tmp/dev-kit-check
npm pack --dry-runPublish:
npm publish --access publicLicense
MIT
