Last active
June 10, 2020 19:53
-
-
Save rdumont/d99dc8f5886b07ac1bdda52e6ffd3350 to your computer and use it in GitHub Desktop.
test script
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": "say-hi", | |
"version": "0.1.1", | |
"dependencies": { | |
"semver": "^7.3.2" | |
}, | |
"bin": "./say-hi.js" | |
} |
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!') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment