CLI Commands Reference¶
Complete reference for all MIDI Markdown CLI commands.
Overview¶
The mmdc command-line tool provides several commands for working with MMD files. Each command is documented in detail in the CLI Reference section.
Quick Reference¶
Compilation Commands¶
- compile - Compile MMD to MIDI, JSON, or CSV
- validate - Validate MMD files without compiling
- check - Quick syntax check
Playback Commands¶
Interactive Commands¶
- repl - Interactive REPL mode
Common Usage Patterns¶
Compile to MIDI¶
Validate Before Compiling¶
Real-time Playback¶
Export to JSON¶
See Also¶
- CLI Reference Overview - Detailed command documentation
- Getting Started - Introduction to MMD
- User Guide - MMD syntax reference