JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 29
  • Score
    100M100P100Q73200F
  • License MIT

WENOX AI - Advanced AI-powered development assistant

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-cli

    Setup & Usage

    1. Get your API key from WENOX Dashboard

    2. Set your API key:

      export WENOX_API_KEY="your_api_key_here"
    3. 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 --help

    Requirements

    • 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


    WENOX - AI-powered development, simplified.