/** * **git-credential-manager** - Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services. * * @domain `github.com/git-ecosystem/git-credential-manager` * @programs `git-credential-manager` * @version `2.6.1` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/git-ecosystem/git-credential-manager` * @dependencies `openssl.org^1.1.1`, `unicode.org^71`, `zlib.net^1.3`, ... (+1 more) * @buildDependencies `kerberos.org@^1.21.3`, `linux:gnu.org/gcc@>=12` (includes OS-specific dependencies with `os:package` format) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomgitecosystemgitcredentialmanager * console.log(pkg.name) // "git-credential-manager" * console.log(pkg.description) // "Secure, cross-platform Git credential storage w..." * console.log(pkg.programs) // ["git-credential-manager"] * console.log(pkg.versions[0]) // "2.6.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/git-ecosystem/git-credential-manager.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gitcredentialmanagerPackage: { /** * The display name of this package. */ name: 'git-credential-manager'; /** * The canonical domain name for this package. */ domain: 'github.com/git-ecosystem/git-credential-manager'; /** * Brief description of what this package does. */ description: 'Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/git-ecosystem/git-credential-manager/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/git-ecosystem/git-credential-manager'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/git-ecosystem/git-credential-manager'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/git-ecosystem/git-credential-manager -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/git-ecosystem/git-credential-manager'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['git-credential-manager']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['openssl.org^1.1.1', 'unicode.org^71', 'zlib.net^1.3', 'dotnet.microsoft.com^8.0']; /** * Build dependencies for this package. * These are only required when building the package from source. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:gnu.org/gcc`). */ buildDependencies: readonly ['kerberos.org@^1.21.3', 'linux:gnu.org/gcc@>=12']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.6.1']; aliases: readonly [] }; export type GitcredentialmanagerPackage = typeof gitcredentialmanagerPackage