/** * **Arkade** - Open Source Marketplace For Developer Tools * * @domain `arkade.dev` * @programs `arkade` * @version `0.11.60` (55 versions available) * @versions From newest version to oldest. * * @install `launchpad install arkade.dev` * @homepage https://blog.alexellis.io/kubernetes-marketplace-two-year-update/ * @buildDependencies `go.dev@^1.21` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.arkadedev * console.log(pkg.name) // "Arkade" * console.log(pkg.description) // "Open Source Marketplace For Developer Tools" * console.log(pkg.programs) // ["arkade"] * console.log(pkg.versions[0]) // "0.11.60" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/arkade-dev.md * @see https://ts-pkgx.netlify.app/usage */ export declare const arkadedevPackage: { /** * The display name of this package. */ name: 'Arkade'; /** * The canonical domain name for this package. */ domain: 'arkade.dev'; /** * Brief description of what this package does. */ description: 'Open Source Marketplace For Developer Tools'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/arkade.dev/package.yml'; homepageUrl: 'https://blog.alexellis.io/kubernetes-marketplace-two-year-update/'; githubUrl: 'https://github.com/alexellis/arkade'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install arkade.dev'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +arkade.dev -- $SHELL -i'; launchpadInstallCommand: 'launchpad install arkade.dev'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['arkade']; 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.11.60', '0.11.59', '0.11.58', '0.11.57', '0.11.56', '0.11.55', '0.11.54', '0.11.52', '0.11.51', '0.11.50', '0.11.48', '0.11.47', '0.11.46', '0.11.45', '0.11.44', '0.11.43', '0.11.41', '0.11.40', '0.11.39', '0.11.38', '0.11.37', '0.11.36', '0.11.35', '0.11.34', '0.11.33', '0.11.32', '0.11.31', '0.11.30', '0.11.29', '0.11.28', '0.11.27', '0.11.26', '0.11.25', '0.11.24', '0.11.23', '0.11.22', '0.11.21', '0.11.20', '0.11.19', '0.11.16', '0.11.15', '0.11.14', '0.11.13', '0.11.12', '0.11.11', '0.11.10', '0.11.9', '0.11.6', '0.11.5', '0.11.4', '0.11.2', '0.11.1', '0.11.0', '0.10.23', '0.10.22']; aliases: readonly [] }; export type ArkadedevPackage = typeof arkadedevPackage