Just do it ✅
If you’ve ever maintained a Makefile just to alias a few shell commands, Just is probably what you actually want. I’ve been using it for a while now and just wanted to share why I like it so much. What is Just ? 🕵️ Just is a command runner, which is simply a tool that helps you run commands. Usually it’s a file where you define some commands and how to run them: ...