Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)