Skip to content

Instantly share code, notes, and snippets.

@my8bit
Last active February 24, 2019 21:25
Show Gist options
  • Save my8bit/20a496efb5e96e6f947626af8932ab82 to your computer and use it in GitHub Desktop.
Save my8bit/20a496efb5e96e6f947626af8932ab82 to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
console.log(`
__ _ _ _ __
/ / _ _ | |__ ___| | | ___ \ \
/ / (_|_) | '_ \ / _ \ | |/ _ \ \ \
\ \ _ _ | | | | __/ | | (_) | / /
\_\ (_|_) |_| |_|\___|_|_|\___/ /_/
`)
// Doesn't work with shortener for some reason https://git.io/xHELLO
// DOCS: https://gist.github.com/dikiaap/01f5e2ba3c738012aef0a8f524a6e207
// inspired by https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b
{"name": "xhello", "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