/** * **railway** - Develop and deploy code with zero configuration * * @domain `railway.app` * @programs `railway` * @version `4.12.0` (65 versions available) * @versions From newest version to oldest. * * @install `launchpad install railway.app` * @homepage https://railway.app/ * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.railwayapp * console.log(pkg.name) // "railway" * console.log(pkg.description) // "Develop and deploy code with zero configuration" * console.log(pkg.programs) // ["railway"] * console.log(pkg.versions[0]) // "4.12.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/railway-app.md * @see https://ts-pkgx.netlify.app/usage */ export declare const railwayappPackage: { /** * The display name of this package. */ name: 'railway'; /** * The canonical domain name for this package. */ domain: 'railway.app'; /** * Brief description of what this package does. */ description: 'Develop and deploy code with zero configuration'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/railway.app/package.yml'; homepageUrl: 'https://railway.app/'; githubUrl: 'https://github.com/railwayapp/cli'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install railway.app'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +railway.app -- $SHELL -i'; launchpadInstallCommand: 'launchpad install railway.app'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['railway']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.12.0', '4.11.2', '4.11.1', '4.11.0', '4.10.0', '4.9.0', '4.8.0', '4.7.3', '4.6.3', '4.6.1', '4.6.0', '4.5.6', '4.5.5', '4.5.4', '4.5.3', '4.5.2', '4.5.1', '4.5.0', '4.4.1', '4.4.0', '4.3.0', '4.2.0', '4.1.0', '4.0.1', '4.0.0', '3.23.0', '3.22.2', '3.22.0', '3.21.0', '3.20.2', '3.20.1', '3.20.0', '3.19.1', '3.19.0', '3.18.0', '3.17.10', '3.17.9', '3.17.8', '3.17.7', '3.17.6', '3.17.1', '3.17.0', '3.15.3', '3.15.2', '3.15.1', '3.14.1', '3.14.0', '3.13.0', '3.12.2', '3.12.1', '3.12.0', '3.11.4', '3.11.2', '3.11.1', '3.11.0', '3.10.0', '3.9.3', '3.9.0', '3.8.2', '3.8.1', '3.8.0', '3.7.2', '3.7.0', '3.6.0', '3.5.2']; aliases: readonly [] }; export type RailwayappPackage = typeof railwayappPackage