3 مستودعات
Software managers that use git repositories as the primary source for fetching versioned extensions and configurations.
Distinct from Git-Based Feeds: Focuses on the identity of a package manager using git as a feed, not a content management system or secret manager.
Explore 3 awesome GitHub repositories matching development tools & productivity · Git-Based Package Managers. Refine with filters or upvote what's useful.
Vundle.vim is a plugin manager and configuration orchestrator for Vim. It allows users to install, update, and remove external extensions based on a central configuration file to maintain consistent editor environments across different machines. The system automates the acquisition of plugin bundles by using Git to clone and track source code. It manages the plugin lifecycle through configuration-driven installation and includes capabilities for searching and discovering new scripts. To ensure extensions are available without restarting the editor, the tool manages the Vim runtime path and r
Uses Git repositories as the primary source for fetching and tracking versioned plugin bundles.
This project is a Ruby-based package definition repository that functions as a cross-platform package manager and software dependency resolver for macOS and Linux. It provides a centralized system for installing, updating, and managing software through a Git-based distribution model. The system distinguishes itself through a binary package distribution network that produces pre-compiled bottles to avoid local compilation from source. It utilizes a Ruby-based domain specific language to define installation recipes and employs a distributed version control architecture to synchronize these defi
Uses Git repositories as the primary distribution mechanism for synchronizing versioned package definitions.
Antigen is a git-based package manager and configuration orchestrator for the Zsh shell environment. It serves as a plugin manager designed to download, load, and update plugins, themes, and frameworks directly from Git repositories using specific branches, tags, or versions. The project focuses on shell startup optimization by using static bundle caching and batch completion loading to reduce boot times. It distinguishes itself through environment reproduction capabilities, such as file-based state snapshotting and plugin state restoration, and a distribution workflow that bundles configurat
Fetches extensions and configurations directly from Git repositories using specific branches and tags.