Last active
February 12, 2019 12:45
-
-
Save bschelling/67ad2ba9e1b9a01d46ae3a334e765f7d to your computer and use it in GitHub Desktop.
checkgist
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("schello world") | |
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" : "brr", | |
"version": "4711", | |
"bin":"./index.js" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment