akme-cli
v0.8.0
Published
Personal developer CLI: git contribution graph, branch stats, coding-agent token usage, self-update
Downloads
1,804
Maintainers
Readme
akme-cli
npm wrapper for the akme binary. Install downloads the matching GitHub release archive with checksums.txt verification.
Install
npm install -g akme-cli
npx akme-cliBoth install or update the native CLI to the latest GitHub release and print the greeting (they do not run a command). A legacy nx install of this CLI is migrated to akme on your PATH automatically. Then:
akme help
akme token -iAKME_NPM_QUIET=1 skips the greeting. Run a command: npx akme-cli <cmd> / bunx akme-cli <cmd>.
Quick start
akme help
akme git .
akme git . -i
akme git stat .
akme token
akme token -iNotes
Binary self-update inside the Go binary is off for npm installs (AKME_NO_UPDATE=1). Use bare npx akme-cli / npm update -g akme-cli to refresh.
AKME_BINARY=/path/to/akme npx akme-cli versionmacOS and Linux only (amd64 / arm64). Full docs: github.com/o1x3/akme.
