Skip to content

packer.io

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.

Package Information

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

Installation

bash
# Install with launchpad
launchpad install packer

Programs

This package provides the following executable programs:

  • packer

Aliases

This package can also be accessed using these aliases:

  • packer

Available Versions

Show all 13 versions
  • 1.13.1, 1.13.0, 1.12.0, 1.11.2, 1.11.1
  • 1.11.0, 1.10.3, 1.10.2, 1.10.1, 1.9.5
  • 1.9.4, 1.9.3, 1.9.2

Latest Version: 1.13.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.packerio

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.