While it’s easy to package code in GitHub repos by setting up CI pipelines (like Travis CI, Github packages etc) and get the packages hosted on the specific package managers (like pip, npm etc), it’s a little harder to package repositories with code written in multiple languages. Sometimes you need…