Skip to content

Yorumi CLI v0.1.2

Choose a tag to compare

@davenarchives davenarchives released this 01 Jun 17:16

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.cmd is created during pre_install, before Scoop tries to create the command shim.
  • Fixed Scoop dependency installation by running npm ci from the extracted app directory instead of using the Scoop current symlink 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.json
  • yorumi-cli --help

Install

For local manifest testing:

scoop install .\packaging\scoop\yorumi-cli.json
yorumi-cli --help