Package Exports
- devwing
- devwing/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (devwing) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
DevWing CLI
Your AI Wingman in the Terminal
The official command-line interface for DevWing.ai - an AI-powered engineering assistant designed for software engineers, DevOps engineers, and security professionals.
Installation
npm install -g @devwing/cliQuick Start
# Authenticate with your DevWing account
devwing login
# Ask DevWing anything
devwing "fix the auth bug"
# Run security scan
devwing scan
# Code review
devwing review
# Explain code
devwing explain src/auth/middleware.jsFeatures
- Context-Aware: Automatically reads your codebase, git history, and project structure
- Terminal-Native: Works everywhere you have a terminal
- Team Intelligence: Shared workspace context and project memory
- Specialized Models: Domain-specific AI models for frontend, backend, security, and DevOps
- Privacy-First: API keys stored securely in OS keychain
Commands
| Command | Description |
|---|---|
devwing <prompt> |
Natural language prompt |
devwing login |
Authenticate with DevWing |
devwing logout |
Clear credentials |
devwing scan |
Security vulnerability scan |
devwing review |
Code review |
devwing explain <file> |
Explain code |
devwing memory save <text> |
Save to project memory |
devwing memory show |
Show project memory |
devwing config |
Configure settings |
Development
# Install dependencies
pnpm install
# Run in development mode
pnpm dev
# Build for production
pnpm build
# Link locally for testing
pnpm link --globalLicense
MIT © DevWing.ai