Release Notes
Changed
install/add/update commands: Now strip devDependencies from a library's package.json when it is copied into a project's .kley/ directory. This prevents the consumer from installing the library's development dependencies, reducing node_modules bloat and speeding up installation.
Fixed
publish --push deletes package dependencies: Fixed a bug where kley publish --push would delete .kley/<pkg>/node_modules/ in consumer projects. Now copy_from_registry clears the directory contents while preserving node_modules/, then copies updated files on top.
Install kley 0.8.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sumbad/kley/releases/download/v0.8.0/kley-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sumbad/kley/releases/download/v0.8.0/kley-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install kley-cli@0.8.0
Download kley 0.8.0