Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcong1993/template-grpc-ts
grpc template for ts
https://github.com/zcong1993/template-grpc-ts
Last synced: about 23 hours ago
JSON representation
grpc template for ts
- Host: GitHub
- URL: https://github.com/zcong1993/template-grpc-ts
- Owner: zcong1993
- License: mit
- Created: 2019-03-16T15:28:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-14T12:08:57.000Z (over 3 years ago)
- Last Synced: 2023-02-28T14:37:12.229Z (over 1 year ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-grpc-ts
> grpc template for ts
## Usage
Install [SAO](https://github.com/saojs/sao) first.
```bash
yarn global add sao
# or
npm i -g sao
```### From npm
```bash
sao template-grpc-ts my-project
```### From git
```bash
sao zcong1993/template-grpc-ts my-project
```## License
MIT © [zcong1993](github.com/zcong1993)