Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Dec 1, 2023
1 parent f633c5b commit bf569ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ It's like tRPC but...
- with JSON Schema Support
- with full-duplex streaming
- with support for service multiplexing
- with Result types and error handling
- over WebSockets

## Developing

- `npm i` -- install dependencies
- `npm check` -- lint
- `npm format` -- format
- `npm test` -- run tests
- `npm publish` -- cut a new release (should bump version in package.json first)

0 comments on commit bf569ac

Please sign in to comment.