@yyle88/grpt
Version:
convert a TypeScript gRPC client into an HTTP client using Axios
40 lines (25 loc) • 414 B
Markdown
# grpt
convert a TypeScript gRPC client into an HTTP client using Axios
# code
[GitHub](https://github.com/yyle88/grpt)
# lint
```bash
npx tsc --noEmit
```
# test
在本地npm里预发布运行
```bash
npm link
```
在npm里发布公开版本的
```bash
npm publish --access=public
```
安装到全局
```bash
npm install -g @yyle88/grpt
```
从全局卸载
```bash
npm uninstall -g @yyle88/grpt
```