You can do a bunch of really cool stuff with npx!
Try this from the terminal... (as long as you have npm version 5.2+)
npx https://gist.github.com/elijahmanor/6856d25510bca930c7c6cc76612ec67d
You can do a bunch of really cool stuff with npx!
Try this from the terminal... (as long as you have npm version 5.2+)
npx https://gist.github.com/elijahmanor/6856d25510bca930c7c6cc76612ec67d
| #!/usr/bin/env node | |
| console.log(`π Look Ma, I'm executing JavaScript from a gist inside the terminal with npx! π€―`) |
| { | |
| "name": "look-ma-execute-javascript-from-gist-inside-terminal-with-npx", | |
| "version": "1.0.0", | |
| "bin": "./index.js" | |
| } |