Bookmarks tagged [package-management]
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 ...
- tags: javascript, npm, package-management, monorepo, git
- source code
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.
- tags: go, package-management
Go dependency tool.
- tags: go, package-management
- source code
https://go.googlesource.com/vgo/
Versioned Go.
- tags: go, package-management
https://github.com/LyricalSecurity/gigo
PIP-like dependency tool for golang, with support for private repositories and hashes.
- tags: go, package-management
- source code
https://github.com/Masterminds/glide
Manage your golang vendor and vendored packages with ease. Inspired by tools like Maven, Bundler, and Pip.
- tags: go, package-management
- source code
https://github.com/tools/godep
dependency tool for go, godep helps build packages reproducibly by fixing their dependencies.
- tags: go, package-management
- source code
Go Manager - bundle for go.
- tags: go, package-management
- source code
https://github.com/nitrous-io/goop
Simple dependency manager for Go (golang), inspired by Bundler.
- tags: go, package-management
- source code
Build and manage your Go applications out of GOPATH.
- tags: go, package-management
- source code
Go Package Manager.
- tags: go, package-management
- source code
https://github.com/kardianos/govendor
Go Package Manager. Go vendor tool that works with the standard vendor file.
- tags: go, package-management
- source code
Barebones dependency manager for Go.
- tags: go, package-management
- source code
https://github.com/VividCortex/johnny-deps
Minimal dependency version using Git.
- tags: go, package-management
- source code
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.
- tags: go, package-management
- source code
https://github.com/jingweno/nut
Vendor Go dependencies.
- tags: go, package-management
- source code
https://github.com/DamnWidget/VenGO
create and manage exportable isolated go virtual environments.
- tags: go, package-management
- source code
Manage your application's gem dependencies with less pain.
- tags: ruby, package-management
Community's gem hosting service.
- tags: ruby, package-management
https://github.com/berkshelf/berkshelf
A Chef Cookbook manager.
- tags: ruby, package-management
- source code
https://github.com/CocoaPods/CocoaPods
The Objective-C dependency manager.
- tags: ruby, package-management
- source code
https://github.com/jordansissel/fpm
Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
- tags: ruby, package-management
- source code
https://github.com/Homebrew/linuxbrew
A fork of Homebrew for Linux.
- tags: ruby, package-management
- source code
https://github.com/caskroom/homebrew-cask
A CLI workflow for the administration of Mac applications distributed as binaries.
- tags: ruby, package-management
- source code
https://github.com/Homebrew/brew
The missing package manager for OS X.
- tags: ruby, package-management
- source code
http://phusion.github.io/traveling-ruby/
Traveling Ruby lets you create self-contained Ruby app packages for Linux and OS X.
- tags: ruby, package-management
https://pip.pypa.io/en/stable/
The Python package and dependency manager.
- tags: python, package-management
The Python Package Index (PyPI) is a repository of software for the Python programming language.
- tags: python, package-management
https://github.com/jazzband/pip-tools
A set of tools to keep your pinned Python dependencies fresh.
- tags: python, package-management
- source code
https://github.com/conda/conda/
Cross-platform, Python-agnostic binary package manager.
- tags: python, package-management
- source code