Skip to content

Instantly share code, notes, and snippets.

@ElderMael
Forked from zkat/index.js
Last active September 6, 2023 17:20
Show Gist options
  • Save ElderMael/a3f1eb6ac713d433beeebbff4741a1b1 to your computer and use it in GitHub Desktop.
Save ElderMael/a3f1eb6ac713d433beeebbff4741a1b1 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
var colors = require('colors');
console.log('yay gist'.green)
{
"name": "npx-is-cool",
"version": "0.0.0",
"bin": "./index.js",
"dependencies": {
"colors": "1.4.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment