tigris client ts
v1.3.0

# clean the dev env
npm run clean
# build
npm run build
# test
npm run test
# lint
npm run lint
由于GRPC团队未为grpc-tools包提供ARM二进制文件。因此,必须安装X86_64版本的grpc-tools 。
npm_config_target_arch=x64 npm i grpc-tools
npm i编码样式规则由更漂亮的定义,并由ESLINT执行
我们使用预先支配来自动设置并运行git钩。
按照以下方式安装预密码挂钩:
pre-commit install在每个git commit中,我们都会使用Prettier和Eslint检查代码质量。
该软件在Apache 2.0下许可。
感谢所有贡献的人!