List of useful npx (NPM Package Runner) commands.
Using NPX we can execute/run node binaries without the need to install it locally or globally.
npx server <folder-name>npx pretty-quick --check # to check the no of files to be affected
npx pretty-quick # format all files shown in checkShow system info, browsers installed, binaries like node, npm, yarn and npm packages installed in local & globally
npx envinfonpx envinfo --preset <package-name>npx now --publicnpx create-react-app <app-name>npx https://gist.github.com/gokulkrishh/9dd54a34ed93701a37811f0eb2e37822npx json-server <json-file-link> # We can even using json file from git gistnpx sort-package-jsonnpx npm-upgradenpx gvi <package-name>npx set-default-browser <browser-name>npx license mit > LICENSE.md # initialize your license
npx gitignore node # initialize your gitignore
npx covgen YOUR_EMAIL_ADDRESS # code of conductnpx npkill
npx npkill --sort "size"npx tldr <npm-pkg-or-cli-tool>
npx tldr yarn