tsed-cli
tsed-cli copied to clipboard
[BUG] bunx -p @tsed/cli tsed init . error: unknown command 'tsed'
Information
When I run the command: bunx -p @tsed/cli tsed init .
I get back the error:
error: unknown command 'tsed'
- Version: I assume bunx always grabs latest?
- Packages:
@tsed/cli
To be able to init tsed using bunx on Windows
Example
No matter how many times I run this it always says tsed command not found
Acceptance criteria
- [ ] Run
bunx -p @tsed/cli tsed init .and have it initialize a tsed project for me ready to use with Bun
@csprance You can init projet using npx and select bun as package manager.
@csprance correct command is bunx -p @tsed/cli init ..
I'll fix the command on the website
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.