Upgrade your scripts using 'direnv' and 'run' script
In JavaScript/Node world, we usually store scripts in package.json and run them using npm. In other worlds, we use Makefile or create a directory and put all our scripts there. But there is a better way to manage and run scripts for your team. No, I’m not talking about Warp or other pricey fancy tools. I will share about direnv and our old friend bash: How we are using them to effectively write and manage scripts as a team.