Yorumi CLI v0.1.2
What's Changed
This release hardens the package-manager install path for Yorumi CLI, especially Scoop installs on Windows.
Fixed
- Fixed the Scoop manifest so
yorumi-cli.cmdis created duringpre_install, before Scoop tries to create the command shim. - Fixed Scoop dependency installation by running
npm cifrom the extracted app directory instead of using the Scoopcurrentsymlink as an npm prefix. - Made Scoop installs fail loudly if npm dependency installation fails, avoiding partial installs that appear successful.
- Verified local Scoop installation from
packaging/scoop/yorumi-cli.json.
Improved
- Added local Scoop manifest testing commands to
PACKAGING.md. - Added custom Scoop bucket publishing guidance.
- Updated the changelog page with the Scoop install fixes.
Validation
npm run build- Parsed
packaging/scoop/yorumi-cli.json scoop install .\packaging\scoop\yorumi-cli.jsonyorumi-cli --help
Install
For local manifest testing:
scoop install .\packaging\scoop\yorumi-cli.json
yorumi-cli --help