/** * **git-branchless** - High-velocity, monorepo-scale workflow for Git * * @domain `crates.io/git-branchless` * @programs `git-branchless` * @version `0.10.0` (4 versions available) * @versions From newest version to oldest. * * @install `launchpad install crates.io/git-branchless` * @dependencies `libgit2.org@1` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cratesiogitbranchless * console.log(pkg.name) // "git-branchless" * console.log(pkg.description) // "High-velocity, monorepo-scale workflow for Git" * console.log(pkg.programs) // ["git-branchless"] * console.log(pkg.versions[0]) // "0.10.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/crates-io/git-branchless.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cratesiogitbranchlessPackage: { /** * The display name of this package. */ name: 'git-branchless'; /** * The canonical domain name for this package. */ domain: 'crates.io/git-branchless'; /** * Brief description of what this package does. */ description: 'High-velocity, monorepo-scale workflow for Git'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crates.io/git-branchless/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/arxanas/git-branchless'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install crates.io/git-branchless'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +crates.io/git-branchless -- $SHELL -i'; launchpadInstallCommand: 'launchpad install crates.io/git-branchless'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['git-branchless']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['libgit2.org@1']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.10.0', '0.9.0', '0.8.0', '0.7.1']; aliases: readonly [] }; export type CratesiogitbranchlessPackage = typeof cratesiogitbranchlessPackage