Skip to content

Instantly share code, notes, and snippets.

@RyotaBannai
Forked from Tynael/README.md
Created June 21, 2020 05:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyotaBannai/d52da14664dcab066b180706c455b9ed to your computer and use it in GitHub Desktop.
Save RyotaBannai/d52da14664dcab066b180706c455b9ed to your computer and use it in GitHub Desktop.
How to use npx to run gist based scripts
#!/usr/bin/env node
console.log("I was executed from a gist inside the terminal with npx!");
{
"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