/** * **git-chglog** - CHANGELOG generator implemented in Go (Golang). * * @domain `github.com/git-chglog` * @programs `git-chglog` * @version `0.15.4` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/git-chglog` * @homepage https://godoc.org/github.com/git-chglog/git-chglog * @buildDependencies `go.dev@^1.19` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomgitchglog * console.log(pkg.name) // "git-chglog" * console.log(pkg.description) // "CHANGELOG generator implemented in Go (Golang)." * console.log(pkg.programs) // ["git-chglog"] * console.log(pkg.versions[0]) // "0.15.4" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/git-chglog.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gitchglogPackage: { /** * The display name of this package. */ name: 'git-chglog'; /** * The canonical domain name for this package. */ domain: 'github.com/git-chglog'; /** * Brief description of what this package does. */ description: 'CHANGELOG generator implemented in Go (Golang).'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/git-chglog/package.yml'; homepageUrl: 'https://godoc.org/github.com/git-chglog/git-chglog'; githubUrl: 'https://github.com/git-chglog/git-chglog'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/git-chglog'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/git-chglog -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/git-chglog'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['git-chglog']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.19']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.15.4']; aliases: readonly [] }; export type GitchglogPackage = typeof gitchglogPackage