npx https://gist.github.com/pauldougan/45e7e9324257a9b34d1f051b7805e513
Last active
April 23, 2024 22:20
-
-
Save pauldougan/45e7e9324257a9b34d1f051b7805e513 to your computer and use it in GitHub Desktop.
Run node.js from gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
console.log("I was executed from a gist inside the terminal with npx!"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "pd-run-node-from-npx", | |
"version": "0.1.0", | |
"bin": "./index.js" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment