Package Exports
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 (wenox-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
WENOX CLI
🚀 Advanced AI-powered development assistant for your terminal.
Quick Install
npm install -g wenox-cliSetup & Usage
Get your API key from WENOX Dashboard
Set your API key:
export WENOX_API_KEY="your_api_key_here"
Start coding with AI:
wenox
Features
- 🤖 Latest AI Models - Claude, GPT-4, and more
- 💻 Terminal Native - Works in your existing workflow
- 🔄 Real-time Collaboration - AI pair programming
- 📁 Project Aware - Understands your entire codebase
- ⚡ Lightning Fast - Optimized for productivity
Usage Examples
# Start WENOX in current directory
wenox
# Work with specific files
wenox src/app.js components/Header.tsx
# Use different model
wenox --model gpt-4
# Get help
wenox --helpRequirements
- Node.js 16+
- Python 3.10+ (auto-detected and prompted if missing)
Environment Variables
WENOX_API_KEY- Your WENOX API key (required)WENOX_MODEL- Default model (optional)
Support
- 📖 Documentation
- 💬 Discord
- 📧 Support
WENOX - AI-powered development, simplified.