Hacker News new | ask | show | jobs
by abatilo 1027 days ago
I used to open source every single thing I built. But recently, I stopped doing that because now I build everything as a single monorepo. All of my completely disconnected side project ideas are all in one repo and I'm much more happy being able to keep this like dependencies up to date in one place instead of having a different repo per project.

I would like to go back to open sourcing all things I play with but maybe I need to find a repo structure and tooling that would make that more sustainable.

1 comments

have a look at git subtree?