Skip to content

Instantly share code, notes, and snippets.

@bantic
Last active February 21, 2025 14:13
Show Gist options
  • Save bantic/92597037594f80c6f59799b3272b168c to your computer and use it in GitHub Desktop.
Save bantic/92597037594f80c6f59799b3272b168c to your computer and use it in GitHub Desktop.
npx create test
#!/usr/bin/env node
console.log('hello from npx-create-test bin.js');
#!/usr/bin/env node
console.log('hello from npx-create-test index.js');
{
"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