what is npx
npx is a tool intended to help round out the experience of using packages
from the npm registry — the same way npm makes it super easy to install 
and manage dependencies hosted on the registry, npx makes it easy to use 
CLI tools and other executables hosted on the registry.
