Skip to content

microcks.io

Simple CLI for interacting with Microcks test APIs

Package Information

  • Domain: microcks.io
  • Name: microcks.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install microcks-cli

Programs

This package provides the following executable programs:

  • microcks-cli

Aliases

This package can also be accessed using these aliases:

  • microcks-cli

Available Versions

Show all 6 versions
  • 0.9.0, 0.5.8, 0.5.7, 0.5.6, 0.5.5
  • 0.5.4

Latest Version: 0.9.0

Install Specific Version

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

Dependencies

This package depends on:

  • curl.se/ca-certs

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.microcksio

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.