Skip to content
@git-pkgs

git-pkgs

Dependency tools for git

git-pkgs tracks package dependencies across your repository's git history. It answers questions like "who added this dependency?", "when was it introduced?", and "how long were we exposed to this vulnerability?" Works with 35+ package managers.

Install it with:

brew tap git-pkgs/git-pkgs
brew install git-pkgs

Or download a binary from the releases page.

Or build from source:

go install github.com/git-pkgs/git-pkgs@latest

Libraries

  • archives - Reading and browsing archive files in memory
  • changelog - Parsing changelog files into structured entries
  • enrichment - Fetching package metadata from multiple sources
  • forges - Fetching repository metadata from git forges
  • gitignore - Matching paths against gitignore rules
  • managers - Wrapping package manager CLIs behind a common interface
  • manifests - Parsing package manager manifest and lockfiles
  • platforms - Translating platform identifiers across package ecosystems
  • purl - Package URL construction, parsing, and registry URL mapping
  • registries - Fetching package metadata from registry APIs
  • spdx - SPDX license expression parsing, normalization, and validation
  • vers - Version range parsing and comparison per the VERS spec
  • vulns - Fetching vulnerability data from multiple sources

Pinned Loading

  1. git-pkgs git-pkgs Public

    About A git subcommand for analyzing package/dependency usage in git repositories over time

    Go 62 5

  2. managers managers Public

    A Go library that wraps package manager CLIs behind a common interface.

    Go 3

  3. vers vers Public

    A Go library for parsing, comparing and sorting version ranges according to the VERS spec.

    Go 3

  4. manifests manifests Public

    A Go library for parsing package manager manifest and lockfiles.

    Go 3 2

  5. registries registries Public

    Go library for fetching package metadata from registry APIs.

    Go 2 2

  6. website website Public

    The website and documentation for git-pkgs

    Dockerfile 1

Repositories

Showing 10 of 25 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…