Run npm packages as one-off commands without installing them globally
npm exec (npx) programmatic API
$ npx create-react-app my-app$ npx lodash-cli head array.js$ npx mocha test/**/*.test.js$ npx @angular/cli@12 new my-project$ npx webpack --config webpack.custom.js