HackerTrans
トップ新着トレンドコメント過去質問紹介求人

anduril22

-4 カルマ登録 昨年

投稿

Show HN: Multi-Repo Tool

github.com
1 ポイント·投稿者 anduril22·7 か月前·0 コメント

Multi Repo Tool

github.com
2 ポイント·投稿者 anduril22·7 か月前·3 コメント

コメント

anduril22
·6 日前·議論
This is super cool - so many uses. Does it work well with Excel formulae?
anduril22
·7 日前·議論
It's both a key driver and symptom of societal disintegration and ultimate downfall.
anduril22
·7 日前·議論
Kalshi is a virus
anduril22
·3 か月前·議論
My hand coded app is shadcn/Radix - I wouldn't use that as an AI barometer.
anduril22
·5 か月前·議論
Unfortunately Paramount will retain HBO, and auction off Discovery, which no one wants anyway.
anduril22
·5 か月前·議論
Powerful post - good on him for taking a stand, but questionable in light of their recent move away from safeguards for competitive reasons.
anduril22
·7 か月前·議論
fixed!
anduril22
·7 か月前·議論
I love having multiple git repos in a directory, all of which relate to one project (microservices, etc.). I dislike monorepos since I usually code in different languages and they seem like too much overhead. I know there are multi-repo tools in the market, but most of these seemed not-so-user-friendly to me.

One of the challenges I've struggled with in this setup is keeping track of what's been committed/deployed when (yes I use semver), so I built a quick tool to keep track of last commit times, be able to quickly check git status/log for each repo, and get a R/A/G indicator if a particular repo has been committed or not, so I can then see what has changed or needs to be committed, and update deployments accordingly.

Built for my personal use but wanted to get feedback here in case anyone else found it useful. I recognize this may be due to bad CICD workflows but as a solo dev I don't have the bandwidth to set up a full process for it.