Last active
December 6, 2020 11:10
-
-
Save vikiboss/805be8bb593c7a8f604f2bd6fb014549 to your computer and use it in GitHub Desktop.
a demo code for npx test that run code from url
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
console.log("hello noder") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name": "node-npm-npx-dist", "version": "0.0.1", "bin": "./index.js"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment