Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 571 Bytes

File metadata and controls

27 lines (17 loc) · 571 Bytes

vsxtools

Note: This is still a work in progress

A CLI and JavaScript framework for building VSCode extensions.

Features

  • 📕 Write TextMate grammars and product icon themes with TypeScript
  • 🎨 Define palettes and reusable variables for color themes
  • ⭐ Easily generate SVG fonts suitable for product icon themes
  • 🔧 Configuration-based build process

Building from Source

Bun is required:

bun install # Install dependencies

bun build # Build
bun link # Add vsxtools to PATH

License

MIT License