Windows-focused Raycast Script Commands built with TypeScript and Vite+.
src/convert-frontmatter-yaml-json.ps1: convert Markdown front matter, YAML, and JSON through the clipboard.src/convert-json-yaml-markdown.ps1: convert JSON/YAML arrays and Markdown bullet lists through the clipboard.src/defuddle.ps1: extract readable Markdown from clipboard HTML with Defuddle.
- Install dependencies:
vp install- Check formatting, linting, and types:
vp check- Run tests:
vp test- Build:
vp pack