@walkthrough-studios/devkit-cli
v0.3.7
Published
DevKit CLI - Command-line interface for developers. Manage projects, plans, and codebases with AI-powered tools.
Maintainers
Readme
@devkit/cli
Command-line interface for the Node Developer Kit.
Installation
npm install -g @devkit/cliQuick Start
# Authenticate
devkit login
# Initialize project
devkit init
# Create a plan
devkit plan create "My First Plan"
# Index your codebase
devkit index build
devkit index search "function name"Documentation
See CLI Reference for complete command documentation.
Features
- Project Management - Create and manage projects, plans, phases, tasks
- Local Codebase Index - Privacy-first SQLite indexer (never leaves your machine)
- AI Integration - Claude Code and Cursor IDE hooks
- Learning Management - Capture and export experiential knowledge
- Tool Registration - Auto-discover and register tools
License
MIT
