1 مستودع
Interactive CLI wizards that scan project dependencies and guide users through selecting version ranges for a manifest file.
Distinct from Interactive CLI Wizards: Distinct from general Interactive CLI Wizards: specifically targets dependency version selection rather than arbitrary configuration tasks.
Explore 1 awesome GitHub repository matching development tools & productivity · Dependency Version Wizards. Refine with filters or upvote what's useful.
Glide is a Go dependency management tool that fetches, pins, and vendors external packages to enable reproducible builds across environments. It stores project-specific copies of Go packages in a vendor directory, isolating dependencies per project to avoid version conflicts, and supports fetching packages from Git, Mercurial, Bazaar, and Subversion repositories. The tool resolves dependency versions using semantic versioning ranges and operators, and generates a lock file that records exact commit IDs for all transitive dependencies. Glide distinguishes itself with an interactive version wiz
Provides an interactive wizard that scans dependencies and suggests version ranges for configuration.