Skip to content

Instantly share code, notes, and snippets.

@Jimmydalecleveland
Last active January 22, 2023 17:07
Show Gist options
  • Save Jimmydalecleveland/d5dbaa367246ea73f9d675ed0f897583 to your computer and use it in GitHub Desktop.
Save Jimmydalecleveland/d5dbaa367246ea73f9d675ed0f897583 to your computer and use it in GitHub Desktop.
npx gist example
#!/usr/bin/env node
const result = "A gist on Github run with npx"
console.log(result)
{
"name": "npx-gist-example",
"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