Skip to content

Latest commit

 

History

History
207 lines (176 loc) · 9.49 KB

package-management.md

File metadata and controls

207 lines (176 loc) · 9.49 KB

Bookmarks tagged [package-management]

https://lerna.js.org/

Splitting up large codebases into separate independently versioned packages is extremely useful for code sharing. However, making changes across many repositories is messy and difficult to track, and ...


https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more

Modules are the unit of source code interchange and versioning. The go command has direct support for working with modules, including recording and resolving dependencies on other modules.


https://github.com/golang/dep

Go dependency tool.


https://go.googlesource.com/vgo/

Versioned Go.


https://github.com/LyricalSecurity/gigo

PIP-like dependency tool for golang, with support for private repositories and hashes.


https://github.com/Masterminds/glide

Manage your golang vendor and vendored packages with ease. Inspired by tools like Maven, Bundler, and Pip.


https://github.com/tools/godep

dependency tool for go, godep helps build packages reproducibly by fixing their dependencies.


https://github.com/mattn/gom

Go Manager - bundle for go.


https://github.com/nitrous-io/goop

Simple dependency manager for Go (golang), inspired by Bundler.


https://github.com/lunny/gop

Build and manage your Go applications out of GOPATH.


https://github.com/gpmgo/gopm

Go Package Manager.


https://github.com/kardianos/govendor

Go Package Manager. Go vendor tool that works with the standard vendor file.


https://github.com/pote/gpm

Barebones dependency manager for Go.


https://github.com/VividCortex/johnny-deps

Minimal dependency version using Git.


https://github.com/raydac/mvn-golang

plugin that provides way for auto-loading of Golang SDK, dependency management and start build environment in Maven project infrastructure.


https://github.com/jingweno/nut

Vendor Go dependencies.


https://github.com/DamnWidget/VenGO

create and manage exportable isolated go virtual environments.


https://bundler.io

Manage your application's gem dependencies with less pain.


https://rubygems.org

Community's gem hosting service.


https://github.com/berkshelf/berkshelf

A Chef Cookbook manager.


https://github.com/CocoaPods/CocoaPods

The Objective-C dependency manager.


https://github.com/jordansissel/fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.


https://github.com/Homebrew/linuxbrew

A fork of Homebrew for Linux.


https://github.com/caskroom/homebrew-cask

A CLI workflow for the administration of Mac applications distributed as binaries.


https://github.com/Homebrew/brew

The missing package manager for OS X.


http://phusion.github.io/traveling-ruby/

Traveling Ruby lets you create self-contained Ruby app packages for Linux and OS X.


https://pip.pypa.io/en/stable/

The Python package and dependency manager.


https://pypi.org/

The Python Package Index (PyPI) is a repository of software for the Python programming language.


https://github.com/jazzband/pip-tools

A set of tools to keep your pinned Python dependencies fresh.


https://github.com/conda/conda/

Cross-platform, Python-agnostic binary package manager.