/** * **jira** - simple jira command line client in Go * * @domain `github.com/ankitpokhrel/jira-cli` * @programs `jira` * @version `1.7.0` (4 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/ankitpokhrel/jira-cli` * @buildDependencies `go.dev@^1.21` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomankitpokhreljiracli * console.log(pkg.name) // "jira" * console.log(pkg.description) // "simple jira command line client in Go" * console.log(pkg.programs) // ["jira"] * console.log(pkg.versions[0]) // "1.7.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/ankitpokhrel/jira-cli.md * @see https://ts-pkgx.netlify.app/usage */ export declare const jiracliPackage: { /** * The display name of this package. */ name: 'jira'; /** * The canonical domain name for this package. */ domain: 'github.com/ankitpokhrel/jira-cli'; /** * Brief description of what this package does. */ description: 'simple jira command line client in Go'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/ankitpokhrel/jira-cli/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/go-jira/jira'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/ankitpokhrel/jira-cli'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/ankitpokhrel/jira-cli -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/ankitpokhrel/jira-cli'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['jira']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.21']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.7.0', '1.6.0', '1.5.2', '1.5.1']; aliases: readonly [] }; export type JiracliPackage = typeof jiracliPackage