Run a Node.js script directly from GitHub Gist without installing npm packages
npx https://gist.github.com/translate3d/38b39567df38f8065d384fdabf3b71d6| #!/usr/bin/env node | |
| console.log("\n"); | |
| console.log('👋 from GitHub Gist'); | |
| console.log("\n"); |
| {"name": "npx-github-gist", "version": "1.0.0", "bin": "./index.js"} |