Skip to content

feat(cli): support running cli with npx

Michael requested to merge feat/cli-npx into main

This would allow running catladder cli directly with npx @catladder/cli, thereby (hopefully) not clobbering the old installed binstub of @panter/catladder.

Drawback: it installs a cli command...

Merge request reports