npx.md
July 15, 2021 · View on GitHub
Bookmarks tagged [npx]
www.codever.land/bookmarks/t/npx
Introducing npx: an npm package runner - Kat Marchán - Medium
https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b
Those of you upgrading npm to its latest version, npm@5.2.0, might notice that it installs a new binary alongside the usual npm: npx.
npx is a tool intended to help round out the experience of us...