Skip to content

pkgx.sh

Standalone binary that can run anything

Package Information

  • Domain: pkgx.sh
  • Name: pkgx.sh
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install pkgx

Programs

This package provides the following executable programs:

  • pkgx

Aliases

This package can also be accessed using these aliases:

  • pkgx

Available Versions

Show all 35 versions
  • 2.7.0, 2.6.0, 2.5.0, 2.4.0, 2.3.2
  • 2.3.1, 2.3.0, 2.2.1, 2.2.0, 2.1.4
  • 2.1.3, 2.1.2, 2.1.1, 2.1.0, 2.0.0
  • 1.5.0, 1.4.1, 1.4.0, 1.3.1, 1.3.0
  • 1.2.2, 1.2.1, 1.2.0, 1.1.6, 1.1.5
  • 1.1.4, 1.1.3, 1.1.2, 1.1.1, 1.1.0
  • 1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0.0

Latest Version: 2.7.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.pkgxsh

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.