/** * **devpod** - Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker. * * @domain `devpod.sh/cli` * @programs `devpod` * @version `0.6.15` (32 versions available) * @versions From newest version to oldest. * * @install `launchpad install devpod.sh/cli` * @homepage https://devpod.sh * @buildDependencies `go.dev@^1.21` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.devpodshcli * console.log(pkg.name) // "devpod" * console.log(pkg.description) // "Codespaces but open-source, client-only and uno..." * console.log(pkg.programs) // ["devpod"] * console.log(pkg.versions[0]) // "0.6.15" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/devpod-sh/cli.md * @see https://ts-pkgx.netlify.app/usage */ export declare const devpodshcliPackage: { /** * The display name of this package. */ name: 'devpod'; /** * The canonical domain name for this package. */ domain: 'devpod.sh/cli'; /** * Brief description of what this package does. */ description: 'Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/devpod.sh/cli/package.yml'; homepageUrl: 'https://devpod.sh'; githubUrl: 'https://github.com/loft-sh/devpod'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install devpod.sh/cli'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +devpod.sh/cli -- $SHELL -i'; launchpadInstallCommand: 'launchpad install devpod.sh/cli'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['devpod']; 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.6.15', '0.6.14', '0.6.13', '0.6.12', '0.6.11', '0.6.10', '0.6.9', '0.6.8', '0.6.7', '0.6.6', '0.6.5', '0.6.4', '0.6.2', '0.6.1', '0.6.0', '0.5.22', '0.5.21', '0.5.20', '0.5.19', '0.5.18', '0.5.16', '0.5.15', '0.5.14', '0.5.13', '0.5.12', '0.5.11', '0.5.10', '0.5.9', '0.5.8', '0.5.7', '0.5.6', '0.5.5']; aliases: readonly [] }; export type DevpodshcliPackage = typeof devpodshcliPackage