cspotcode / cspotcode/ts-project-template
Add shebang to cli.ts so that it's executable
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In package.json we specify `"bin": "./bin/lib/cli.js"` but this merely symlinks that file into the bin directory. To make it properly executable, you still need the unix shebang (and npm somehow does the right thing on Windows, too)
TSC can read and properly ignore / pass-through a shebang.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.