/** * **better-commits** - pkgx package * * @domain `github.com/Everduin94/better-commits` * @programs `bcommits`, `better-branch`, `better-commits`, `better-commits-init`, `git-bc` * @version `1.18.1` (16 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/Everduin94/better-commits` * @dependencies `nodejs.org^20` * @buildDependencies `npmjs.com@^10` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomeverduin94bettercommits * console.log(pkg.name) // "better-commits" * console.log(pkg.programs) // ["bcommits", "better-branch", ...] * console.log(pkg.versions[0]) // "1.18.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/Everduin94/better-commits.md * @see https://ts-pkgx.netlify.app/usage */ export declare const bettercommitsPackage: { /** * The display name of this package. */ name: 'better-commits'; /** * The canonical domain name for this package. */ domain: 'github.com/Everduin94/better-commits'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/Everduin94/better-commits/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/Everduin94/better-commits'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/Everduin94/better-commits -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/Everduin94/better-commits'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['bcommits', 'better-branch', 'better-commits', 'better-commits-init', 'git-bc']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['nodejs.org^20']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['npmjs.com@^10']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.18.1', '1.18.0', '1.17.1', '1.17.0', '1.16.1', '1.16.0', '1.15.7', '1.15.6', '1.15.5', '1.15.4', '1.15.3', '1.15.0', '1.14.0', '1.13.0', '1.12.0', '1.11.0']; aliases: readonly [] }; export type BettercommitsPackage = typeof bettercommitsPackage