Release Notes
Added
kley install --no-save flag: Added a --no-save flag to kley install for temporarily installing packages without modifying package.json.
- Faster install for dependency-less packages:
kley install <pkg> now detects when a package has no dependencies and peerDependencies and installs it by creating a direct symlink to node_modules/<pkg> instead of invoking the native package manager. This significantly speeds up installation for simple, dependency-free local packages.
Changed
- Refactored
package.json and symlink logic: Extracted logic for updating package.json and creating symlinks into reusable functions to support the new installation fast path and improve code modularity.
Install kley 0.11.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sumbad/kley/releases/download/v0.11.0/kley-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sumbad/kley/releases/download/v0.11.0/kley-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install kley-cli@0.11.0
Download kley 0.11.0