Awesome-omni-skill 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/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/use-gunshi-cli-mfyuu" ~/.claude/skills/diegosouzapw-awesome-omni-skill-use-gunshi-cli-2c3254 && rm -rf "$T"
manifest: skills/development/use-gunshi-cli-mfyuu/SKILL.md
source 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
.