Skip to content

Instantly share code, notes, and snippets.

@ThinhPhan
Created September 18, 2018 13:41
Show Gist options
  • Save ThinhPhan/b0cf30b6a08dc5ef0d06505505e0ffb5 to your computer and use it in GitHub Desktop.
Save ThinhPhan/b0cf30b6a08dc5ef0d06505505e0ffb5 to your computer and use it in GitHub Desktop.
Demo npx

Hello World

This is how npx work. Enjoy yourself.

Copy the URL above on your browser's address npx [YOUR-AWESOME-GIST-URL]

#!/usr/bin/env node
console.log('Hello npx');
{"name": "demo-npx", "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