Ccusage use-gunshi-cli
Use the Gunshi library to create command-line interfaces in JavaScript/TypeScript.
install
source · Clone the upstream repo
git clone https://github.com/ryoppippi/ccusage
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ryoppippi/ccusage "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/use-gunshi-cli" ~/.claude/skills/ryoppippi-ccusage-use-gunshi-cli && rm -rf "$T"
manifest:
.claude/skills/use-gunshi-cli/SKILL.mdsource content
use gunshi library for creating cli instead of other libraries including cac, yargs, commander, etc. Gunshi is a modern javascript command-line library
For more information, read the gunshi API docs in
node_modules/@gunshi/docs/**.md.