Skip to content

jetporch.com

Read-only mirror: see https://www.jetporch.com/community/sourcehut

Package Information

  • Domain: jetporch.com
  • Name: jetporch.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install jetp

Programs

This package provides the following executable programs:

  • jetp

Aliases

This package can also be accessed using these aliases:

  • jetp

Available Versions

Show all 1 versions
  • 0.0.1

Latest Version: 0.0.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.jetporchcom

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.