This repo is in support of a presentation for TypeLab 2021. You can watch this presentation on YouTube. This repo includes a quick demo showing how shell scripts can help you make font build pipelines ...
function Write-Ok { param($Msg) Write-Host " [OK] $Msg" -ForegroundColor Green } function Write-Info { param($Msg) Write-Host " [..] $Msg" -ForegroundColor Cyan ...