Last active
February 21, 2025 14:13
-
-
Save bantic/92597037594f80c6f59799b3272b168c to your computer and use it in GitHub Desktop.
npx create test
This file contains hidden or 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 from npx-create-test bin.js'); |
This file contains hidden or 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 from npx-create-test index.js'); |
This file contains hidden or 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": "npx-create-test", | |
"main": "index.js", | |
"bin": "bin.js" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment