Last active
January 11, 2019 11:02
-
-
Save bambielli/8d7cb891423def24e643ac5be174bd03 to your computer and use it in GitHub Desktop.
npx-test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
const secret = 'npx rox'; | |
console.log(`the secret is: ${secret}`); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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