Part of #24.
Expand the current `unemail-mailcrab` bin into a proper CLI:
```bash
unemail dev # starts MailCrab + live preview of templates
unemail preview path/to/template.tsx
unemail check path/to/template.tsx # Gmail/Outlook/Apple Mail compatibility lint
unemail send --to=... --template=... # quick one-off
```
Acceptance
Part of #24.
Expand the current `unemail-mailcrab` bin into a proper CLI:
```bash
unemail dev # starts MailCrab + live preview of templates
unemail preview path/to/template.tsx
unemail check path/to/template.tsx # Gmail/Outlook/Apple Mail compatibility lint
unemail send --to=... --template=... # quick one-off
```
Acceptance