Skip to content

Instantly share code, notes, and snippets.

@translate3d
Last active March 28, 2024 09:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save translate3d/38b39567df38f8065d384fdabf3b71d6 to your computer and use it in GitHub Desktop.
Save translate3d/38b39567df38f8065d384fdabf3b71d6 to your computer and use it in GitHub Desktop.
Run a Node.js script directly from GitHub Gist

Run a Node.js script directly from GitHub Gist without installing npm packages

npx https://gist.github.com/translate3d/38b39567df38f8065d384fdabf3b71d6
#!/usr/bin/env node
console.log("\n");
console.log('👋 from GitHub Gist');
console.log("\n");
{"name": "npx-github-gist", "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