mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
- Create terminal-parser.ts to parse terminal-script.md - Add build script (generate-terminal-data.ts) to convert markdown to TypeScript - Refactor TerminalScreen.tsx to use generated data instead of hardcoded arrays - Add prebuild script to package.json for automatic data generation - Install tsx and @types/howler dev dependencies - Fix parser to preserve spacing in COUNTER prefix (Memory Test: ) - Update terminal-script.md documentation with [INLINE] tag explanation Now terminal content can be edited in markdown without touching TypeScript: 1. Edit terminal-script.md 2. Run: npx tsx scripts/generate-terminal-data.ts 3. Reload browser - changes are live