grissius/protocat

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.eslint.tsconfig.json
.github/workflows/node.js.yml
.github/workflows/npm-publish.yml
.github/workflows/pages-publish.yml
.gitignore
.huskyrc.json
.lintstagedrc
.npmrc
LICENSE
README.md
package.json
tsconfig.json
website/README.md
website/docs/wiki/basic-middleware.md
website/docs/wiki/caching.md
website/docs/wiki/client.md
website/docs/wiki/error-handling.md
website/docs/wiki/installation.md
website/docs/wiki/metadata.md
website/docs/wiki/middlewares.md
website/docs/wiki/starting-server.md
website/docs/wiki/stub-generation.md
website/package.json
website/src/css/custom.css
website/src/pages/styles.module.css
website/static/CNAME
website/static/img/favicon.ico
website/static/img/feat-foundation.svg
website/static/img/feat-mdw.svg
website/static/img/feat-types.svg
website/static/img/logo-alt.svg
website/static/img/logo.svg
website/yarn.lock
.eslintrc.js14
jest.config.js5
prettier.config.js1
website/babel.config.js3
website/docusaurus.config.js74
website/sidebars.js18
website/src/pages/index.js97
A
1 hr
dangerfile.ts21
src/index.ts12
src/lib/call-types.ts16
src/lib/client/client.ts192
A
3 hrs
src/lib/client/interceptors/access-log-interceptor.ts31
src/lib/client/interceptors/metadata-interceptor.ts17
src/lib/misc/grpc-helpers.ts24
src/lib/misc/type-helpers.ts22
src/lib/server/application.ts114
A
1 hr