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下許可。
感謝所有貢獻的人!