v0.2.0 - DEPRECATED
Fixed
- Fix
listcommand output; Useconsole.tableand provide an optional--format=json|tableflag
skilleton list
# ┌─────────┬───────────────────────┬───────────────────────────────────────┬───────────┬───────────┐
# │ (index) │ Name │ Repo │ Path │ Commit │
# ├─────────┼───────────────────────┼───────────────────────────────────────┼───────────┼───────────┤
# │ 0 │ typescript-magician │ https://github.com/mcollina/skills │ skills/...│ 3e2ffbb │
# │ 1 │ jest │ https://github.com/Mindrally/skills │ jest │ 47f47c1 │
# └─────────┴───────────────────────┴───────────────────────────────────────┴───────────┴───────────┘Added
describecommand to show package metadata
skilleton describe typescript-magician
# Name: typescript-magician
# Repo: https://github.com/mcollina/skills
# Path: skills/typescript-magician
# Ref: main
# Commit: 3e2ffbb90fda9e31d84011c765252b00bfc2d4d6
# Install path: .skilleton/skills/typescript-magician
#
# Folder structure:
# README.md
# SKILL.md
# rules/
# rules/rule.md
#
# SKILL.md header:
# ---
# name: typescript-magician
# description: ...
# ---Full Changelog: v0.1.1...v0.2.0