Skip to content

v0.1.2: README i18n and CLI language foundation

Choose a tag to compare

@GrubbyLee GrubbyLee released this 21 Jul 13:11

Highlights

  • README now defaults to English, with Simplified Chinese available at README.zh-CN.md.
  • Added lightweight zero-dependency i18n support for --lang en|zh-CN and SKM_LANG.
  • English / Simplified Chinese output now covers help, argument validation, doctor, scan, status, and the local install script.
  • doctor --json now stays stable regardless of --lang, so scripts can consume it safely.
  • Fixed invalid --lang handling in the install script, including --help --lang <invalid>.

Install from source

git clone https://github.com/GrubbyLee/skill-manager.git
cd skill-manager
node scripts/install.mjs
skm scan --lang en

No npm package is published yet.