Skip to content

Instantly share code, notes, and snippets.

@kimkimani
Last active December 31, 2020 10:27
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 kimkimani/116e1e9d898169662fbaf6973bdbc3f5 to your computer and use it in GitHub Desktop.
Save kimkimani/116e1e9d898169662fbaf6973bdbc3f5 to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
for(var i = 0; i < 10; i++){
console.log("Hello World!");
}
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