Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 321 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 321 Bytes

grpt

convert a TypeScript gRPC client into an HTTP client using Axios

test

在本地npm里预发布运行

npm link

在npm里发布公开版本的

npm publish --access=public

安装到全局

npm install -g @yyle88/grpt

从全局卸载

npm uninstall -g @yyle88/grpt