Introducing npx: an npm package runner
-
I moved back from yarn to npm 5.x (included in node, lock file by default, fast). npx is the icing on the cake:
https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b -
Awesome, thanks for sharing !