Last active
September 13, 2017 07:29
-
-
Save bjoerge/312bf39412eeecf62c4327b42c6b0420 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
{ | |
"name": "gist-test", | |
"version": "0.0.0", | |
"bin": "./run.js" | |
} |
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 | |
console.log('hello world') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment