Skip to content

Instantly share code, notes, and snippets.

@shkesar
Last active January 26, 2018 10:48
Show Gist options
  • Save shkesar/867774d8224f452ae4e3798f84de4045 to your computer and use it in GitHub Desktop.
Save shkesar/867774d8224f452ae4e3798f84de4045 to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
console.log("Say hello");
{
"name": "sayhello",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"bin": "./index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment