Skip to content

Instantly share code, notes, and snippets.

@zkat
Last active November 10, 2022 06:41
Embed
What would you like to do?
npx is cool

Hi!

try passing the URL for this gist to npx.

#!/usr/bin/env node
console.log('yay gist')
{"name": "npx-is-cool", "version": "0.0.0", "bin": "./index.js"}
@xgqfrms
Copy link

xgqfrms commented May 8, 2022

npx & gist & npm package

# execute gist code `bin`

$ npx https://gist.github.com/xgqfrms/1981c08fcb7e09056e1c5d9192f272c8

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment