Skip to content

Instantly share code, notes, and snippets.

@rdumont
Last active June 10, 2020 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdumont/d99dc8f5886b07ac1bdda52e6ffd3350 to your computer and use it in GitHub Desktop.
Save rdumont/d99dc8f5886b07ac1bdda52e6ffd3350 to your computer and use it in GitHub Desktop.
test script
{
"name": "say-hi",
"version": "0.1.1",
"dependencies": {
"semver": "^7.3.2"
},
"bin": "./say-hi.js"
}
#! /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