Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cshaa/ts-patcher
TypeScript patcher
https://github.com/cshaa/ts-patcher
Last synced: 9 days ago
JSON representation
TypeScript patcher
- Host: GitHub
- URL: https://github.com/cshaa/ts-patcher
- Owner: cshaa
- Created: 2024-08-19T23:32:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T23:32:27.000Z (5 months ago)
- Last Synced: 2025-01-17T21:12:59.512Z (10 days ago)
- Language: TypeScript
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tsc-patcher
Patch TypeScript to allow for higher type instantiation depth.## Prerequisites
Install [Bun](https://bun.sh/).## Example usage
```sh
./tspatcher.ts fetch
./tspatcher.ts patch --package-name=@my-foo-scope/typescript --type-depth=1000 --package-make-public
./tspatcher.ts build
./tspatcher.ts publish --otp=123456
```