@aryaminus/controlkeel
v0.1.43
Published
Bootstrap installer for the ControlKeel native CLI.
Readme
@aryaminus/controlkeel
This package is a bootstrap installer for the native ControlKeel CLI.
Both npmjs and GitHub Packages publish the same bootstrap package. In both cases, installation downloads the matching native ControlKeel binary from GitHub Releases.
Install
npm i -g @aryaminus/controlkeel
# or: pnpm add -g @aryaminus/controlkeel
# or: yarn global add @aryaminus/controlkeel
# one-off run
npx @aryaminus/controlkeel@latestThe package installs and exposes the controlkeel command.
Published companion packages that tie into the main CLI:
@aryaminus/controlkeel-opencodefor OpenCode plugin installs@aryaminus/controlkeel-pi-extensionfor Pi extension installs
Main project docs:
You can also install the same bootstrap package from GitHub Packages:
echo "@aryaminus:registry=https://npm.pkg.github.com" >> ~/.npmrc
echo "//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN_WITH_READ_PACKAGES" >> ~/.npmrc
npm i -g @aryaminus/controlkeel --registry=https://npm.pkg.github.com