Skip to content

Instantly share code, notes, and snippets.

@mstaicu
Created September 30, 2020 15:08
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 mstaicu/465715e06784832348769683b9ba2447 to your computer and use it in GitHub Desktop.
Save mstaicu/465715e06784832348769683b9ba2447 to your computer and use it in GitHub Desktop.
npx test
{
"name": "testing-npx",
"version": "1.0.0",
"description": "Let's see how awesome this is",
"bin": "./run.js"
}
#!/usr/bin/env node
function run() {
console.log("Did it work?");
}
run()
@mstaicu
Copy link
Author

mstaicu commented Sep 30, 2020

$ npx "https://gist.github.com/mstaicu/465715e06784832348769683b9ba2447"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment