Skip to content

WorkLane v0.1.1 — npm CLI Fix

Latest

Choose a tag to compare

@Abdulmuiz44 Abdulmuiz44 released this 18 Jun 16:06

WorkLane v0.1.1 — npm CLI Fix

This patch release fixes the npm CLI package so npx @talocode/worklane works correctly.

What changed

  • Added missing runtime dependency needed by the CLI
  • Verified global install from tarball
  • Verified worklane --version
  • Verified worklane --help
  • Verified npm and npx installation flow

Install

npx @talocode/worklane

# Or install globally:
npm install -g @talocode/worklane
worklane

Validation

  • Build passed
  • Tests passed
  • npm pack verified
  • Global tarball install verified
  • npm publish verified
  • npm view returned "0.1.1"
  • npx verification passed

Package

"@talocode/worklane@0.1.1"

Links