Skip to content

Instantly share code, notes, and snippets.

@wraithgar
Last active July 21, 2022 17:55
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 wraithgar/a5a65137bd390864e294ec80bb91e005 to your computer and use it in GitHub Desktop.
Save wraithgar/a5a65137bd390864e294ec80bb91e005 to your computer and use it in GitHub Desktop.
npm exec gist
#!/usr/bin/env node
const pkg = require('./package.json')
console.log(`Hi there! I am ${pkg.name} version ${pkg.version}`)
{
"name": "@gar/npm-exec-gist",
"version": "1.0.0",
"description": "gist for use with npm exec / npx",
"bin": "./main.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment