Skip to content

Instantly share code, notes, and snippets.

@elijahmanor
Last active August 4, 2018 18:54
Show Gist options
  • Select an option

  • Save elijahmanor/6856d25510bca930c7c6cc76612ec67d to your computer and use it in GitHub Desktop.

Select an option

Save elijahmanor/6856d25510bca930c7c6cc76612ec67d to your computer and use it in GitHub Desktop.
πŸ‘€ Look Ma, I'm executing JavaScript from a gist inside the terminal with npx! 🀯
#!/usr/bin/env node
console.log(`πŸ‘€ Look Ma, I'm executing JavaScript from a gist inside the terminal with npx! 🀯`)
{
"name": "look-ma-execute-javascript-from-gist-inside-terminal-with-npx",
"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