Skip to content

Instantly share code, notes, and snippets.

@madbonez
Last active November 5, 2021 11:25
Show Gist options
  • Save madbonez/80f8bbd286aa4352738038f6e134c9cd to your computer and use it in GitHub Desktop.
Save madbonez/80f8bbd286aa4352738038f6e134c9cd to your computer and use it in GitHub Desktop.
NPX-hello
#!/usr/bin/env node
console.log('Hi There!')
{
"name": "npx-hello",
"version": "0.0.0",
"bin": "./index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment