UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

55 lines 3 kB
/** * **opencode.ai** - pkgx package * * @domain `opencode.ai` * @version `0.5.12` (140 versions available) * @versions From newest version to oldest. * * @install `launchpad install opencode.ai` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.opencodeai * console.log(pkg.name) // "opencode.ai" * console.log(pkg.versions[0]) // "0.5.12" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/opencode-ai.md * @see https://ts-pkgx.netlify.app/usage */ export declare const opencodeaiPackage: { /** * The display name of this package. */ name: 'opencode.ai'; /** * The canonical domain name for this package. */ domain: 'opencode.ai'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/opencode.ai/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install opencode.ai'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.5.12', '0.5.10', '0.5.9', '0.5.8', '0.5.7', '0.5.6', '0.5.5', '0.5.4', '0.5.3', '0.5.2', '0.5.1', '0.4.45', '0.4.44', '0.4.43', '0.4.42', '0.4.41', '0.4.40', '0.4.37', '0.4.36', '0.4.34', '0.4.29', '0.4.28', '0.4.27', '0.4.26', '0.4.25', '0.4.24', '0.4.23', '0.4.22', '0.4.21', '0.4.20', '0.4.18', '0.4.17', '0.4.16', '0.4.15', '0.4.12', '0.4.11', '0.4.10', '0.4.6', '0.4.5', '0.4.2', '0.4.1', '0.4.0', '0.3.133', '0.3.132', '0.3.131', '0.3.130', '0.3.129', '0.3.128', '0.3.127', '0.3.126', '0.3.122', '0.3.121', '0.3.120', '0.3.119', '0.3.118', '0.3.117', '0.3.116', '0.3.115', '0.3.114', '0.3.113', '0.3.112', '0.3.111', '0.3.110', '0.3.109', '0.3.108', '0.3.106', '0.3.105', '0.3.104', '0.3.103', '0.3.102', '0.3.101', '0.3.93', '0.3.92', '0.3.90', '0.3.86', '0.3.85', '0.3.84', '0.3.83', '0.3.82', '0.3.81', '0.3.80', '0.3.79', '0.3.77', '0.3.76', '0.3.75', '0.3.73', '0.3.72', '0.3.71', '0.3.70', '0.3.69', '0.3.68', '0.3.67', '0.3.66', '0.3.65', '0.3.64', '0.3.61', '0.3.58', '0.3.57', '0.3.56', '0.3.55', '0.3.54', '0.3.53', '0.3.52', '0.3.51', '0.3.50', '0.3.47', '0.3.46', '0.3.45', '0.3.44', '0.3.43', '0.3.40', '0.3.37', '0.3.36', '0.3.35', '0.3.34', '0.3.33', '0.3.32', '0.3.31', '0.3.30', '0.3.29', '0.3.27', '0.3.26', '0.3.24', '0.3.23', '0.3.22', '0.3.21', '0.3.20', '0.3.19', '0.3.18', '0.3.17', '0.3.16', '0.3.12', '0.3.11', '0.3.10', '0.3.9', '0.3.5', '0.3.4', '0.3.3', '0.3.2', '0.2.33']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +opencode.ai -- $SHELL -i'; launchpadInstallCommand: 'launchpad install opencode.ai' }; export type OpencodeaiPackage = typeof opencodeaiPackage