Perry

Use this skill when the user wants to compile and type-check TypeScript code

javimosch c515c2f 679 B Updated

File contents

Perry Plugin

compile and type-check TypeScript code

Commands

  • perry self version — Print perry version
  • perry _ _ — Passthrough to perry CLI

Usage Examples

  • "Check TypeScript for type errors"
  • "Compile this TypeScript project"
  • "Run type checking on src/"

Installation

cargo install perry-typescript

Examples

perry check src/
perry build --outDir dist/

Key Features

  • Written in Rust for speed
  • Drop-in replacement for tsc
  • Fast compilation and type checking
  • Compatible with existing TypeScript configs

javimosch/supercli/tree/main/plugins/perry/skills/quickstart commit c515c2fd01

Frequently asked questions

npx skillmds@latest add javimosch/perry