Last active
July 30, 2019 12:49
-
-
Save yanai101/451eba5c6e64c9852a291162b6990690 to your computer and use it in GitHub Desktop.
run js with npx
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("hi all from gists"); |
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": "js-with-npx", | |
| "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