earthly
Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby.
Package Information
- Domain:
earthly.dev/earthly
- Name:
earthly
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install earthly
Programs
This package provides the following executable programs:
earthly
Available Versions
Show all 2 versions
0.8.16
,0.8.15
Latest Version: 0.8.16
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) earthly -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.earthly
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.