Release Notes
Added
kley install without arguments: Running kley install (or kley i) with no package name now installs all packages listed in kley.lock. For each package, it performs a full install cycle: copies files from the registry to .kley/, delegates to the native package manager (npm/pnpm/yarn), and updates kley.lock. This mirrors the behavior of npm install which refreshes node_modules based on package.json.
Install kley 0.9.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sumbad/kley/releases/download/v0.9.0/kley-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sumbad/kley/releases/download/v0.9.0/kley-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install kley-cli@0.9.0
Download kley 0.9.0