Skip to content

Instantly share code, notes, and snippets.

@chokkoyamada
Forked from Tynael/README.md
Last active February 11, 2021 02:48
Show Gist options
  • Save chokkoyamada/36ed449a17aa26aee04cc8c33a12d01c to your computer and use it in GitHub Desktop.
Save chokkoyamada/36ed449a17aa26aee04cc8c33a12d01c to your computer and use it in GitHub Desktop.
How to use npx to run gist based scripts
#!/usr/bin/env node
console.log("npxによってgistから実行します");
{
"name": "run-js-with-npx-from-gist",
"version": "1.0.0",
"bin": "./index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment