/** * **kubecolor** - Colorize your kubectl output * * @domain `github.com/kubecolor/kubecolor` * @programs `kubecolor` * @version `0.5.3` (10 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/kubecolor/kubecolor` * @homepage https://kubecolor.github.io/ * @buildDependencies `go.dev@^1.21` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomkubecolorkubecolor * console.log(pkg.name) // "kubecolor" * console.log(pkg.description) // "Colorize your kubectl output" * console.log(pkg.programs) // ["kubecolor"] * console.log(pkg.versions[0]) // "0.5.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/kubecolor/kubecolor.md * @see https://ts-pkgx.netlify.app/usage */ export declare const kubecolorPackage: { /** * The display name of this package. */ name: 'kubecolor'; /** * The canonical domain name for this package. */ domain: 'github.com/kubecolor/kubecolor'; /** * Brief description of what this package does. */ description: 'Colorize your kubectl output'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/kubecolor/kubecolor/package.yml'; homepageUrl: 'https://kubecolor.github.io/'; githubUrl: 'https://github.com/kubecolor/kubecolor'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/kubecolor/kubecolor'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/kubecolor/kubecolor -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/kubecolor/kubecolor'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['kubecolor']; 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 ['0.5.3', '0.5.2', '0.5.1', '0.5.0', '0.4.0', '0.3.3', '0.3.2', '0.3.1', '0.3.0', '0.2.2']; aliases: readonly [] }; export type KubecolorPackage = typeof kubecolorPackage