Package Managers
List of Package Managers
Assets | Package Format |
---|---|
Alpine Linux based packages. For example: Distributions based on Alpine, such as popular Docker images. | |
Swift / Objective-C packages. | |
PHP Composer project/library (.phar) packages. | Composer (Packagist-compatible) |
C, C++ packages. | |
Powershell and Chocolatey packages are used for system administration and automation on windows systems | |
Rust packages. | Cargo (Crates.io-compatible) |
Debian Linux (.deb) based packages. | Debian (deb) |
Go packages (modules). | |
Docker images. | |
Hex packages for the BEAM ecosystem; any language that compiles to run on the BEAM VM, such as elixir and Erlang, can be used to build Hex packages. | |
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 about 4 hours ago