Skip to content

buildpacks.io

CLI for building apps using Cloud Native Buildpacks

Package Information

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

Installation

bash
# Install with launchpad
launchpad install pack

Programs

This package provides the following executable programs:

  • pack

Aliases

This package can also be accessed using these aliases:

  • pack

Available Versions

Show all 14 versions
  • 0.38.1, 0.38.0, 0.37.0, 0.36.4, 0.36.3
  • 0.36.2, 0.36.1, 0.36.0, 0.35.1, 0.35.0
  • 0.34.2, 0.34.1, 0.34.0, 0.33.2

Latest Version: 0.38.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.buildpacksio

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.