Skip to content

Instantly share code, notes, and snippets.

@tuchk4
Forked from zkat/index.js
Last active December 14, 2017 19:11
Show Gist options
  • Save tuchk4/1824982a5e8c5be8e89c3e381a62902e to your computer and use it in GitHub Desktop.
Save tuchk4/1824982a5e8c5be8e89c3e381a62902e to your computer and use it in GitHub Desktop.
npx is cool

Hi!

try passing the URL for this gist to npx.

#!/usr/bin/env node
console.log('yay gist');
console.log(process.argv);
{"name": "npx-is-cool", "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