Categories
Terminal Tutorials

How npx / npm exec works

I was working with angular cli and wanted to run the local version of angular not the global version. The reason was to run the available angular migrations with the installed version of Angular. I reached for the following path. ./node_moduels/@angular/cli/bin/ng.js This is long and verbose. Finding the executable in different system is task on […]

Categories
Opinions Tutorials

TIL, Handy Git Commands, npm ls and more

This week of Things I learned, I would like to write about some git commands. These commands are parts of my daily usage. I would end up googling them every time they needed and go through a lot a links until land on the correct result. To save time I have gathered them at one […]