github runkids/skillshare v0.5.0

latest releases: v0.19.5, v0.19.4, v0.19.3...
3 months ago

v0.5.0 ✨ New Features

CLI Self-Update (upgrade command)

  • Renamed update command to upgrade
  • CLI self-update: Automatically download and install latest CLI binary
  • Homebrew detection: Uses brew install runkids/tap/skillshare if installed via Homebrew
  • New flags:
    • --cli - Upgrade CLI only
    • --skill - Upgrade skillshare skill only
    • --force - Skip confirmation prompts
    • --dry-run - Preview without making changes

skillshare upgrade # Upgrade both CLI and skill
skillshare upgrade --cli # Upgrade CLI only
skillshare upgrade --skill # Upgrade skill only

Zero-Install Runner

Install by Skill Name

  • --update and --force now work with skill names using stored metadata:
    skillshare install my-skill --update # Update using stored source
    skillshare install my-skill --force # Reinstall using stored source

📝 Documentation

  • Restructured skill documentation with progressive disclosure
  • Added references/ folder with detailed command docs
  • Added scripts/ folder for helper scripts

🐛 Bug Fixes

  • Fixed upgrade tests hitting GitHub API rate limits in CI

Changelog

  • cf14445 feat: add npx-style zero-install runner
  • 4af34fe feat: rename update to upgrade with CLI self-update support
  • 729369c fix: add --skill flag to upgrade tests to avoid GitHub API rate limits in CI

Don't miss a new skillshare release

NewReleases is sending notifications on new releases.