/** * **git-filter-repo** - Quickly rewrite git repository history (filter-branch replacement) * * @domain `github.com/newren/git-filter-repo` * @programs `git-filter-repo` * @version `2.47.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/newren/git-filter-repo` * @dependencies `python.org>=3.6` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomnewrengitfilterrepo * console.log(pkg.name) // "git-filter-repo" * console.log(pkg.description) // "Quickly rewrite git repository history (filter-..." * console.log(pkg.programs) // ["git-filter-repo"] * console.log(pkg.versions[0]) // "2.47.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/newren/git-filter-repo.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gitfilterrepoPackage: { /** * The display name of this package. */ name: 'git-filter-repo'; /** * The canonical domain name for this package. */ domain: 'github.com/newren/git-filter-repo'; /** * Brief description of what this package does. */ description: 'Quickly rewrite git repository history (filter-branch replacement)'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/newren/git-filter-repo/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/newren/git-filter-repo'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/newren/git-filter-repo'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/newren/git-filter-repo -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/newren/git-filter-repo'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['git-filter-repo']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['python.org>=3.6']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.47.0', '2.45.0']; aliases: readonly [] }; export type GitfilterrepoPackage = typeof gitfilterrepoPackage