Skip to content

Instantly share code, notes, and snippets.

@bambielli
Last active January 11, 2019 11:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bambielli/8d7cb891423def24e643ac5be174bd03 to your computer and use it in GitHub Desktop.
Save bambielli/8d7cb891423def24e643ac5be174bd03 to your computer and use it in GitHub Desktop.
npx-test
#!/usr/bin/env node
const secret = 'npx rox';
console.log(`the secret is: ${secret}`);
{"name": "npx-test", "version": "1.0.0", "bin": "./npx-test.js"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment