Skip to content

Instantly share code, notes, and snippets.

@arianacosta
Forked from zkat/index.js
Last active May 17, 2019 18:17
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 arianacosta/a272992e82770fd852e8da5c1d16d54a to your computer and use it in GitHub Desktop.
Save arianacosta/a272992e82770fd852e8da5c1d16d54a to your computer and use it in GitHub Desktop.
npx is cool

Hi!

try passing the URL for this gist to npx.

#!/usr/bin/env node
console.log('this is bin!')
#!/usr/bin/env node
console.log('this is main!')
{"name": "npx-is-cool", "version": "0.0.0", "bin": "./index.js"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment