@o1x3/akme
v0.5.1
Published
Personal developer CLI: git branch stats, coding-agent token usage, self-update
Maintainers
Readme
@o1x3/akme
npm wrapper for the akme binary. On install (or first run) it downloads the matching GitHub release (akme_<os>_<arch>.tar.gz), checks checksums.txt, and runs it.
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.
