From 80e54d7132b707d47c144dbc46f2285fd8bf9c0d Mon Sep 17 00:00:00 2001 From: Zaran Lalvani Date: Mon, 6 May 2024 16:00:39 -0400 Subject: [PATCH] add bumpgen --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 69b58d7..355593c 100644 --- a/README.md +++ b/README.md @@ -792,6 +792,29 @@ Coding +## [bumpgen](https://github.com/xeol-io/bumpgen) +AI agent that keeps npm dependencies up-to-date + +
+ +![demo]() + +### Category +Coding + +### Description +- Put dependency management and upgrades on autopilot +- bumpgen BUMPs an npm package's version up then GENerates the code fixes for breaking changes +- Supports gpt-4-turbo +- Easy install > `npm install -g bumpgen` +- Easy start > `bumpgen @tanstack/react-query 5.28.14` + +### Links +- [Repo](https://github.com/xeol-io/bumpgen) +- [Docs](https://docs.xeol.io/bumpgen/home) + +
+ ## [Cal.ai](https://cal.ai) Open-source scheduling assistant built on Cal.com