UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 2.27 kB
/** * **gflags.github.io** - The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at: * * @domain `gflags.github.io` * @version `2.2.2` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install gflags.github.io` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gflagsgithubio * console.log(pkg.name) // "gflags.github.io" * console.log(pkg.description) // "The gflags package contains a C++ library that ..." * console.log(pkg.versions[0]) // "2.2.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/gflags-github-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gflagsgithubioPackage: { /** * The display name of this package. */ name: 'gflags.github.io'; /** * The canonical domain name for this package. */ domain: 'gflags.github.io'; /** * Brief description of what this package does. */ description: 'The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gflags.github.io/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install gflags.github.io'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.2.2']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gflags.github.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install gflags.github.io' }; export type GflagsgithubioPackage = typeof gflagsgithubioPackage