Skip to content

wait4x.dev

Wait4X allows you to wait for a port or a service to enter the requested state.

Package Information

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

Installation

bash
# Install with launchpad
launchpad install wait4x

Programs

This package provides the following executable programs:

  • wait4x

Aliases

This package can also be accessed using these aliases:

  • wait4x

Available Versions

Show all 7 versions
  • 3.3.1, 3.3.0, 3.2.0, 3.1.0, 3.0.0
  • 2.14.3, 2.14.2

Latest Version: 3.3.1

Install Specific Version

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

These packages work well with wait4x.dev:

  • curl.se/ca-certs

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.wait4xdev

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.