Release Notes
Added
link Command: Implemented the kley link <package-name> command to create a direct symbolic link from a project's kley store to the project's node_modules directory. This provides a lightweight alternative to add without modifying package.json.
Install kley 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sumbad/kley/releases/download/v0.2.0/kley-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sumbad/kley/releases/download/v0.2.0/kley-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install kley-cli@0.2.0
Download kley 0.2.0