@greenbot/cli
v0.39.0
Published
An interactive package updater for npm based applications
Maintainers
Readme
🤖 greenbot
A modern, interactive package updater for npm-based projects.
greenbot scans your dependencies, checks for updates, and upgrades your package.json directly from a beautiful terminal interface (TUI) or an optional local web dashboard.
🚀 Quick Start
Run it directly using your favorite package manager:
# Using npm
npx @greenbot/cli@latest
# Using pnpm
pnpm dlx @greenbot/cli@latest
# Using bun
bunx @greenbot/cli@latestFor yarn, install it globally: yarn global add @greenbot/cli && greenbot
🌿 Features
- ⚡ Interactive TUI: Instantly inspect and select package upgrades directly in your terminal.
- 🌐 Optional Web Dashboard: Run
greenbot --webto open a keyboard-accessible web UI. - 🏗️ Multi-Manager: Built-in support for
npm,yarn,pnpm, andbun. - 📦 Monorepos: Automatically detects workspaces and lets you choose which package to scan.
🎨 Preview
Terminal User Interface (TUI)
Web Dashboard
📄 License
MIT © Alan R. Soares
