Skip to content

Instantly share code, notes, and snippets.

@gkohen
Forked from zkat/index.js
Last active September 14, 2017 23:30
Show Gist options
  • Save gkohen/c46b21d75d3ce6a5d37e117935d10ca7 to your computer and use it in GitHub Desktop.
Save gkohen/c46b21d75d3ce6a5d37e117935d10ca7 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('\n\n\nOur JDA VALUES:');
console.log('==============================================================')
console.log('RESULTS - We are obsessed with delivering customer value');
console.log('RELENTLESS - We relentlessly drive new learning and innovation')
console.log('TEAMWORK - We candidly and respectfully collaborate\n\n\n')
{"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