My CLI was slow — then I stopped awaiting everything
I build a CLI that scans a directory full of projects and runs npm audit --json on each one to find vulnerabilities. It worked but it felt slow. Every project waited for the previous one to finish bef
blog.leogtz.de2 min read