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 check
Show system info, browsers installed, binaries like node, npm, yarn and npm packages installed in local & globally
npx envinfo
npx envinfo --preset <package-name>
npx json-server <json-file-link> # We can even using json file from git gist
npx sort-package-json
npx npm-upgrade
npx 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 conduct
npx npkill
npx npkill --sort "size"
npx tldr <npm-pkg-or-cli-tool>
npx tldr yarn
npx fx <file.json>
npx macos-key-cast
+1 awesome