Skip to content

jumppad.dev

Modern cloud native development environments

Package Information

  • Domain: jumppad.dev
  • Name: jumppad.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install jumppad

Programs

This package provides the following executable programs:

  • jumppad

Aliases

This package can also be accessed using these aliases:

  • jumppad

Available Versions

Show all 20 versions
  • 0.20.1, 0.20.0, 0.19.0, 0.18.1, 0.18.0
  • 0.17.1, 0.17.0, 0.16.1, 0.16.0, 0.15.0
  • 0.14.0, 0.13.3, 0.13.2, 0.13.1, 0.13.0
  • 0.12.1, 0.12.0, 0.11.2, 0.11.1, 0.11.0

Latest Version: 0.20.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.jumppaddev

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.