|
|
|
|
|
by ricardobeat
1551 days ago
|
|
This. At a previous job I ended up writing quite a bit of tooling around installing and updating developer tools, for 1000+ devs. Some things that would have been a very easy sale: - private, managed brew repos - linux support - onboarding / workstation setup via Brewfile - maybe a graphical interface for that - enterprise support plan (would have been handy when `/usr/local/bin` stopped being writable some OSX versions back) Eventually a lot of it moved to NPM via artifactory for the ease of publishing & consumption. |
|
What distro are you using that doesn't have a proper package manager? Brew exists precisely because this has been standard for years/decades on linux but OSX hasn't had anything built in.