Created
November 9, 2018 14:48
-
-
Save chrisweight/3fd68165d1589050eb97a37f9aaf161c to your computer and use it in GitHub Desktop.
Testing NPX running a Gist directly from the terminal...
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('Running a gist directly in your terminal via npx? Are you MAD! ;)'); |
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": "npx-to-gist-in-browser", | |
"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