package-management.md

July 15, 2021 · View on GitHub

Bookmarks tagged [package-management]

www.codever.land/bookmarks/t/package-management

Lerna · A tool for managing JavaScript projects with multiple packages.

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 ...


go modules

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.


dep

https://github.com/golang/dep

Go dependency tool.


vgo

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

Versioned Go.


gigo

https://github.com/LyricalSecurity/gigo

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


glide

https://github.com/Masterminds/glide

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


godep

https://github.com/tools/godep

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


gom

https://github.com/mattn/gom

Go Manager - bundle for go.


goop

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

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


gop

https://github.com/lunny/gop

Build and manage your Go applications out of GOPATH.


gopm

https://github.com/gpmgo/gopm

Go Package Manager.


govendor

https://github.com/kardianos/govendor

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


gpm

https://github.com/pote/gpm

Barebones dependency manager for Go.


johnny-deps

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

Minimal dependency version using Git.


mvn-golang

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.


nut

https://github.com/jingweno/nut

Vendor Go dependencies.


VenGO

https://github.com/DamnWidget/VenGO

create and manage exportable isolated go virtual environments.


Bundler

https://bundler.io

Manage your application's gem dependencies with less pain.


RubyGems

https://rubygems.org

Community's gem hosting service.


Berkshelf

https://github.com/berkshelf/berkshelf

A Chef Cookbook manager.


CocoaPods

https://github.com/CocoaPods/CocoaPods

The Objective-C dependency manager.


fpm

https://github.com/jordansissel/fpm

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


Linuxbrew

https://github.com/Homebrew/linuxbrew

A fork of Homebrew for Linux.


Homebrew-cask

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

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


Homebrew

https://github.com/Homebrew/brew

The missing package manager for OS X.


Traveling Ruby

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

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


pip

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

The Python package and dependency manager.


PyPI

https://pypi.org/

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


pip-tools

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

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


conda

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

Cross-platform, Python-agnostic binary package manager.