UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

64 lines 2.35 kB
/** * **better-commits** - pkgx package * * @domain `github.com/Everduin94/better-commits` * @programs `bcommits`, `better-branch`, `better-commits`, `better-commits-init`, `git-bc` * @version `1.17.0` (13 versions available) * @versions From newest version to oldest. * * @install `launchpad install +github.com/Everduin94/better-commits -- $SHELL -i` * @dependencies `nodejs.org^20` * * @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.17.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/Everduin94/better-commits.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomeverduin94bettercommitsPackage: { /** * 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: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install +github.com/Everduin94/better-commits -- $SHELL -i'; /** * 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 []; /** * Required dependencies for this package. * These will be automatically installed. */ dependencies: readonly ['nodejs.org^20']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['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 Githubcomeverduin94bettercommitsPackage = typeof githubcomeverduin94bettercommitsPackage