Last active
March 28, 2024 09:56
Revisions
-
translate3d revised this gist
Jun 12, 2021 . 2 changed files with 2 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ {"name": "npx-github-gist", "version": "1.0.0", "bin": "./index.js"} This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ Run a Node.js script directly from GitHub Gist without installing npm packages ```bash npx https://gist.github.com/translate3d/38b39567df38f8065d384fdabf3b71d6 ``` -
translate3d created this gist
Jun 12, 2021 .There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ #!/usr/bin/env node console.log("\n"); console.log('👋 from GitHub Gist'); console.log("\n"); This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ Run a Node.js script directly from GitHub Gist without installing npm packages ```bash npx https://gist.github.com/... ```