An interactive package updater for npm-based applications.
- 🎨 Beautiful web UI for dependency updates
- ⌨️ Fully keyboard accessible
- 🏗️ Supports multiple package managers: npm, yarn, pnpm
- 📦 Monorepo savvy: Automatically identifies your package structure
Package Manager | Command |
---|---|
npm | npx @greenbot@latest |
pnpm | pnpx @greenbot/cli@latest |
bun | bun x @greenbot/cli@latest |
📌 For yarn
, you'll need to install it globally:
yarn global add @greenbot/cli
@greenbot/cli
Current Version: 0.33.6
The CLI executable is located at ./bin/greenbot.cjs
Script | Description |
---|---|
dev |
Concurrently run Vite and the Node.js binary |
build |
Build the project using Vite |
serve |
Preview the build |
check |
Run type checks with Svelte |
postversion |
Amend the last commit and build after versioning |
release |
Publish the package and push to Git |
prepare |
Install Husky hooks |
postinstall |
Run post-install script |
This project is licensed under the terms of the MIT license.
Special thanks to the following open-source projects that make Greenbot tick: