NPX: work faster with npm package binaries
With Node.js, building CLI utilities and development tools have gotten so much easier.
Though, it also means that you need to install the CLI package on your computer globally, to use/execute that package as a regular bash command.
Like for example, ...
blog.pankaj.pro