Package managers
Install from npm with the tool you already use.
The curl installer uses npm under the hood. These commands install the same public package directly.
npm
Install @hooksbase/cli globally with npm.
npm install -g @hooksbase/clipnpm
Install @hooksbase/cli globally with pnpm.
pnpm add -g @hooksbase/clibun
Install @hooksbase/cli globally with bun.
bun install -g @hooksbase/cliAfter install
Verify the command before wiring it into automation.
Prerequisite
The curl installer requires Node.js and npm on the target machine.
node --version && npm --versionVerify
Confirm the hooksbase executable is on PATH and ready to use.
hooksbase --helpPin a version
Install a specific CLI release when reproducibility matters.
curl -fsSL https://www.hooksbase.com/install | bash -s -- --version 0.1.0