Ypack 1.2.3 -

ypack config set entrypoint start.sh

ypack add /app --include node_modules --exclude .git ypack 1.2.3

Installation depends on your operating system: ypack config set entrypoint start

Linux / macOS (via curl)

curl -fsSL https://get.ypack.io | sh -s v1.2.3

Windows (via PowerShell)

iwr https://get.ypack.io/install.ps1 -useb | iex; Install-Ypack -Version "1.2.3"

From source (Go-based build)

git clone https://github.com/ypack/ypack
cd ypack
git checkout v1.2.3
make build

After installation, verify the version:

ypack --version
# Expected output: ypack version 1.2.3 (build: 2025-02-14)