A brief example on how to use npx to run gist based scripts.
Read the article here https://neutrondev.com/npm-vs-npx-whats-the-difference/
A brief example on how to use npx to run gist based scripts.
Read the article here https://neutrondev.com/npm-vs-npx-whats-the-difference/
| #!/usr/bin/env node | |
| console.log("npxによってgistから実行します"); |
| { | |
| "name": "run-js-with-npx-from-gist", | |
| "version": "1.0.0", | |
| "bin": "./index.js" | |
| } |