packer
Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
Package Information
- Domain:
packer.io
- Name:
packer
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install packer
Programs
This package provides the following executable programs:
packer
Available Versions
Show all 15 versions
1.14.1
,1.14.0
,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.14.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) packer -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.packer
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.