Last active
May 8, 2020 16:21
-
-
Save edwardtanguay/50961e21f434d3e1f1a92231154c4947 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| console.log("test gist"); |
This file contains hidden or 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" : "javascript npx command" , | |
| "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