Skip to content

Instantly share code, notes, and snippets.

@Alexisvt
Forked from elijahmanor/index.js
Created November 8, 2018 19:35
Show Gist options
  • Save Alexisvt/93a7e6df314c0289a8ecf4abb7b07394 to your computer and use it in GitHub Desktop.
Save Alexisvt/93a7e6df314c0289a8ecf4abb7b07394 to your computer and use it in GitHub Desktop.
Run JavaScript in the terminal from a gist with npx
#!/usr/bin/env node
console.log( "Look Ma, I'm executing JavaScript from a gist inside the terminal with npx!" );
{
"name": "js-from-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