Using bash aliases to shorten lengthy commands
I remember my times using Lumen. I did not know composer scripts back then so I had to type vendor/bin/phpunit painstakingly when running my tests.
I used bash aliases to shorten commands. I have the alias created on my Dockerfile on build-time. Like...
jgrivera.hashnode.dev1 min read