o1x3
v0.6.0
Published
Personal developer CLI: git branch stats, coding-agent token usage, self-update
Maintainers
Readme
@o1x3/akme
npm wrapper for the akme binary. Install pulls the matching platform package from the npm CDN (@o1x3/akme-<os>-<arch> via optionalDependencies). If optional deps are skipped, it falls back to the GitHub release archive with checksums.txt verification.
Install
npx @o1x3/akme token -i
npm install -g @o1x3/akme
bunx @o1x3/akme helpGlobal install puts akme on your PATH.
Quick start
akme help
akme git stat .
akme token
akme token -iakme help git
akme help token
akme help token harnessNotes
Binary self-update is off for npm installs. Update with the package manager instead:
npm update -g @o1x3/akmePoint at a local binary (skips the download):
AKME_BINARY=/path/to/akme npx @o1x3/akme versionmacOS and Linux only (amd64 / arm64). Full docs: github.com/o1x3/akme.
