Package Managers
List of Package Managers
Assets | Package Format |
---|---|
Alpine Linux based packages. | |
Swift / Objective-C packages. | |
PHP Composer project/library (.phar) packages. | Composer (Packagist-compatible) |
C, C++ packages. | |
Rust packages | Cargo (Crates.io-compatible) |
Debian Linux (.deb) based packages. | Debian (deb) |
Docker images | |
Go packages (modules) | |
Kubernetes Helm charts | |
Lua modules (called rocks - it's a whole moon theme!) | |
Maven-based or compatible packages, for Java, Scala, Clojure, Kotlin, or other similar languages. | |
npm project/library packages | npm (npmjs-compatible) |
NuGet (.nupkg, .snupkg, etc.) packages | |
Python project/library (.whl, .zip, .tar.gz, etc.) packages | Python (PyPi-compatible) |
R statistical computing and graphics packages | |
Raw / Generic / (any type) packages, which is basically anything that you want to version and distribute. | Raw / Generic |
Ruby project/library (.gem) packages | |
RedHat Linux based packages, | RedHat (rpm) |
Terraform Module packages | |
Vagrant boxes |
Updated over 1 year ago