Last active
February 24, 2019 21:25
-
-
Save my8bit/20a496efb5e96e6f947626af8932ab82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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