JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q26166F
  • License proprietary

Roobin Code - AI-powered coding assistant CLI

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 (roobincode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Roobin Code

    AI-powered coding assistant for your terminal.

    Installation

    npm install -g roobincode

    Or using other package managers:

    # Using pnpm
    pnpm add -g roobincode
    
    # Using bun
    bun add -g roobincode
    
    # Using yarn
    yarn global add roobincode

    Quick Start

    # Start interactive session
    roobin
    
    # Use with a prompt
    roobin --prompt "explain this code"
    
    # Check version
    roobin --version

    Features

    • 🤖 AI-powered code assistance
    • 💬 Interactive chat interface
    • 🚀 Fast and lightweight
    • 🎨 Beautiful terminal UI
    • 📝 Code generation and explanation
    • 🔍 Context-aware suggestions
    • ⚡ Built for speed with Bun runtime

    System Requirements

    • Node.js 18 or higher
    • Terminal with Unicode support
    • macOS, Linux, or Windows

    Usage

    Interactive Mode

    Simply run roobin to start an interactive session:

    roobin

    Command Line Options

    # Start with a specific prompt
    roobin --prompt "write a function to calculate fibonacci"
    
    # Select a specific model
    roobin --model "claude-3.5-sonnet"
    
    # Check version
    roobin --version

    Support

    For support, please visit https://roobin.dev or email support@roobin.dev

    License

    Copyright © 2024 Digibrands Global LLC. All rights reserved.

    This is proprietary software. See LICENSE file for details.


    Made with ❤️ by Digibrands Global LLC