Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Apr 27, 2024
1 parent a06c42a commit c634701
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Using this tool can reduce serialization bugs (type mismatch, typos, etc.) and m
- [Transpile the Types Contained in Referenced Assemblies](#transpile-the-types-contained-in-referenced-assemblies)
- [Analyzer](#analyzer)
- [Unity Support](#unity-support)
- [Related Work](#related-work)

## Packages

Expand Down Expand Up @@ -513,3 +514,8 @@ Use this project file as an argument to `--project`.
```bash
tapper --project path/to/Assembly-CSharp.csproj --output outdir
```
## Related Work
- [nenoNaninu/TypedSignalR.Client.TypeScript](https://github.com/nenoNaninu/TypedSignalR.Client.TypeScript)
- TypeScript source generator to provide strongly typed SignalR clients by analyzing C# type definitions.

0 comments on commit c634701

Please sign in to comment.