komodo-cli
v2.2.0
Published
The simple way to set up your project. Just say what you want to build.
Maintainers
Readme
Komodo CLI
The simple way to set up your project. Just say what you want to build.
Install
npm install -g komodo-cliUsage
# Just say what you want
komodo "build a website"
komodo "train an AI model"
komodo "analyze some data"
# Preview without installing
komodo "build a chatbot" --preview
# See what's installed
komodo list
# Check for problems
komodo check
# Undo last change
komodo undo
# Open visual dashboard
komodo uiExamples
| You say | Komodo sets up | |---------|----------------| | "build a website" | Next.js, React, TypeScript | | "train a vision model" | PyTorch, torchvision, Pillow | | "analyze data" | Pandas, NumPy, Matplotlib | | "create a chatbot" | Llama (local AI) | | "build an API" | Express, TypeScript |
Features
- Intent-based: No need to know package names
- Hardware-aware: Detects GPU, OS, and installs the right versions
- Rollback: Undo any change instantly
- Visual: Dashboard to see everything at a glance
Requirements
- Node.js 18+
- Python 3.8+ (for Python projects)
License
MIT
