Npx

npx

an npm package runner.

Executes either from a local node_modules/.bin, or from a central cache, installing any packages needed in order for to run.

P.S: [email protected] is shipped with npx!

Get it: npm install -g npx

Sample usage:

1
2
3
$ npm i -D cowsay

$ npx cowsay "HolyCow!"

GIF FTW!

npx.gif

P.S: In case you have missed reading Introducing npx: an npm package runner , do read it!

Suggest a module

Comments