DEV Community

Christopher Thomas
Christopher Thomas

Posted on

2

Repo Rangler: Dockerised, microservice orientated develop package manager

I recently was trying to install and configure satis and whilst I was doing it I had all these good ideas about how to do better. It's really strange to me why we don't have any better package manager for On-Premises private repositories. So I looked around and found Private Packagist, jFrog Artifact, etc. But they are all $$$$$ expensive and for a company that just wants to host about 20 packages. Total overkill.

So I'm having a go at writing a satis compatible package manager. It's called "Repo Rangler" and its supposed to be a dockerised, modular, service orientated and support other package types as well. I'm planning to integrate NPM after this.

The clear benefit over satis as it stands is that this project can authenticate your user against a database, or in the future, LDAP (for companies that like those things).

You can take a look:
https://reporangler.com
https://github.com/reporangler

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay