Skip to content

Instantly share code, notes, and snippets.

@asears
Last active February 6, 2021 22:33
Show Gist options
  • Save asears/cf8d95776e13f6472c1fb56b57659400 to your computer and use it in GitHub Desktop.
Save asears/cf8d95776e13f6472c1fb56b57659400 to your computer and use it in GitHub Desktop.
Use npx "https://gist.github.com/asears/thisurl" to run a nodejs helper function.
#!/usr/bin/env node
console.log("hello world")
{
"name": "hello-world",
"version": "1.0.1",
"description": "hello world",
"bin": "./hello-world.js",
"dependencies": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment