Mirrow CLI in a Nutshell
The Mirrow CLI takes a .mirrow file and compiles it into clean SVG.
One command turns your DSL into a production ready asset.
npx mirrow -i icon.mirrow -o icon.svg The CLI handles parsing, validation (numbers, tuples, CSS exceptions, hex colors), and codegen. Use it locally, in CI, or inside build scripts to generate icons, graphics, and animations on demand.