DEV Community

Discussion on: What do you use for private package hosting?

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦
Collapse
 
kylegalbraith profile image
Kyle Galbraith

Hmm this seems mostly focused on more OS level packages which isn't quite what I was thinking of. Thinking more in terms of actual code (i.e. Python packages, NPM packages, etc).

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦 • Edited

SSM Distributor manages NPM packages. lol

Oh I guess you did write it in here, sorry my bad:

Others are focused on single package types like Ruby Gems or Python.

For Ruby you can just specify a git or github private repo:

gem 'my-private-gem',  github: 'omenking/my-privaterepo'
gem 'my-private-gem',  git: 'git@'