Package managers
Khem Raj September 23, 2024 #metaManaged package ecosystems accelerate developer productivity manifolds and promotes reuse. Here below is a small list of languages having package management strategies, some of them like go, cargo can do building/testing and dependency management.
- python - PyPI (pip)
- Ruby - Rubygems
- PHP - Composer
- Rust - Cargo
- Go - Go modules
- JavaScript = NPM/Yarn
- Elixir - Hex
- ...