NPM
The default build of olpat is published to NPM as @olpat/cli. You will need Node.js (tested with 16 and up) in order to use it.
Install with npm
sh
npm install -g @olpat/cliInstall with Yarn
sh
yarn global add @olpat/cliInstall with pnpm
sh
pnpm install -g @olpat/cliRun without installing
Alternatively you can run it once "without installing":
sh
npx @olpat/cli --helpsh
pnpm dlx @olpat/cli --help