glimmer-gts
Installation
SKILL.md
Glimmer Components & GTS Reference
GTS Format (Glimmer TypeScript)
GTS is the single-file component format used by A3. It combines TypeScript logic and template in one .gts file.
Basic Component
import Component from '@glimmer/component';