HackerTrans
TopNewTrendsCommentsPastAskShowJobs

anduril22

-4 karmajoined ano passado

Submissions

Show HN: Multi-Repo Tool

github.com
1 points·by anduril22·há 7 meses·0 comments

Multi Repo Tool

github.com
2 points·by anduril22·há 7 meses·3 comments

comments

anduril22
·há 6 dias·discuss
This is super cool - so many uses. Does it work well with Excel formulae?
anduril22
·há 7 dias·discuss
It's both a key driver and symptom of societal disintegration and ultimate downfall.
anduril22
·há 7 dias·discuss
Kalshi is a virus
anduril22
·há 3 meses·discuss
My hand coded app is shadcn/Radix - I wouldn't use that as an AI barometer.
anduril22
·há 5 meses·discuss
Unfortunately Paramount will retain HBO, and auction off Discovery, which no one wants anyway.
anduril22
·há 5 meses·discuss
Powerful post - good on him for taking a stand, but questionable in light of their recent move away from safeguards for competitive reasons.
anduril22
·há 7 meses·discuss
fixed!
anduril22
·há 7 meses·discuss
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.