Skip to content

railway

Develop and deploy code with zero configuration

Package Information

  • Domain: railway.app
  • Name: railway
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install railway

Programs

This package provides the following executable programs:

  • railway

Available Versions

Show all 59 versions
  • 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

Latest Version: 4.8.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) railway -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.railway

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.