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 roobincodeOr using other package managers:
# Using pnpm
pnpm add -g roobincode
# Using bun
bun add -g roobincode
# Using yarn
yarn global add roobincodeQuick Start
# Start interactive session
roobin
# Use with a prompt
roobin --prompt "explain this code"
# Check version
roobin --versionFeatures
- 🤖 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:
roobinCommand 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 --versionSupport
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