Improve bin script for typescript projects
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 373
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Right now it only really works with recent nodejs' ability to run typescript directly (bun and deno I think work well, should test)
For node, should check for presence of tsx or even offer to download it or find a way to run trpc-cli --tsx foo bar
Also not sure that arg parsing is propagated correctly
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the bin script and its existing argument-parsing path. Test how TypeScript projects run under Node, Bun, and Deno, including the proposed tsx path and whether arguments reach the command; done means supported runtimes work and arguments are propagated correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bun, deno, node.js, typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100