Skip to content

Instantly share code, notes, and snippets.

@eezing
Last active May 17, 2020 20:24
Show Gist options
  • Save eezing/c7343aca6e0c489830462aaec65c65d2 to your computer and use it in GitHub Desktop.
Save eezing/c7343aca6e0c489830462aaec65c65d2 to your computer and use it in GitHub Desktop.
hello-world

Hello World

#!/usr/bin/env node
console.log('hello world!');
{
"name": "hello-world",
"version": "1.0.0",
"bin": "./index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment