{"id":13457615,"url":"https://github.com/algoan/nestjs-components","last_synced_at":"2025-05-15T04:05:09.344Z","repository":{"id":37105259,"uuid":"251303373","full_name":"algoan/nestjs-components","owner":"algoan","description":"A list of useful components for NestJS applications","archived":false,"fork":false,"pushed_at":"2025-05-05T04:32:21.000Z","size":7619,"stargazers_count":254,"open_issues_count":15,"forks_count":39,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-06T15:18:27.445Z","etag":null,"topics":["components","lerna","nestjs","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://www.algoan.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/algoan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-03-30T12:51:38.000Z","updated_at":"2025-04-23T17:03:01.000Z","dependencies_parsed_at":"2023-02-16T17:16:31.391Z","dependency_job_id":"8fd626b1-2f0c-4975-bfa7-dbbc872c33b9","html_url":"https://github.com/algoan/nestjs-components","commit_stats":{"total_commits":498,"total_committers":20,"mean_commits":24.9,"dds":0.7309236947791165,"last_synced_commit":"693e139db1da7d96a56cfe14ad72c19780bd1610"},"previous_names":[],"tags_count":178,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoan%2Fnestjs-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoan%2Fnestjs-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoan%2Fnestjs-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoan%2Fnestjs-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/algoan","download_url":"https://codeload.github.com/algoan/nestjs-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270643,"owners_count":22042859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["components","lerna","nestjs","nodejs","typescript"],"created_at":"2024-07-31T09:00:31.603Z","updated_at":"2025-05-15T04:05:06.183Z","avatar_url":"https://github.com/algoan.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://nestjs.com\"\u003e\u003cimg src=\"https://nestjs.com/img/logo_text.svg\" alt=\"Nest Logo\" width=\"320\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)\n\n# Algoan NestJS components\n\nA collection of [NestJS](https://docs.nestjs.com) components. This repository is maintained with [lerna](https://github.com/lerna/lerna).\n\n## Table of contents\n\n- [Algoan NestJS components](#algoan-nestjs-components)\n  - [Table of contents](#table-of-contents)\n  - [NestJS Pagination](#nestjs-pagination)\n  - [NestJS Logging interceptor](#nestjs-logging-interceptor)\n  - [NestJS Http Exception Filter](#nestjs-http-exception-filter)\n  - [NestJS Google Cloud PubSub MicroService](#nestjs-google-cloud-pubsub-microservice)\n  - [NestJS Google Cloud PubSub Client Proxy](#nestjs-google-cloud-pubsub-client-proxy)\n  - [NestJS custom decorators](#nestjs-custom-decorators)\n  - [NestJS class validators](#nestjs-class-validators)\n\n## NestJS Pagination\n\nA simple interceptor formatting a HTTP response with a `Link` header and a `Content-Range`.\n\nSee [the documentation here](./packages/pagination/).\n\n## NestJS Logging interceptor\n\nA simple NestJS interceptor catching request details and logging it using the built-in [Logger](https://docs.nestjs.com/techniques/logger#logger) class. It will use the default Logger implementation unless you pass your own to your Nest application.\n\nSee [the documentation here](./packages/logging-interceptor/).\n\n## NestJS Http Exception Filter\n\nA simple NestJS Http Exception Filter.\n\nSee [the documentation here](./packages/http-exception-filter/).\n\n## NestJS Google Cloud PubSub MicroService\n\nA Google Cloud PubSub transport strategy for NestJS.\n\nSee [the documentation here](./packages/google-pubsub-microservice/).\n\n## NestJS Google Cloud PubSub Client Proxy\n\nAn extended [Client Proxy](https://docs.nestjs.com/microservices/basics#client) for Google Cloud PubSub.\n\nSee [the documentation here](./packages/google-pubsub-client/).\n\n## NestJS custom decorators\n\nA set of custom decorators for NestJS.\n\nSee [the documentation here](./packages/custom-decorators).\n\n## NestJS class validators\n\nA package containing overriden class validators.\n\nSee [the documentation here](./packages/class-validators).\n\n## NestJS class transformers\n\nA package containing custom class transformers.\n\nSee [the documentation here](./packages/class-transformers).\n\n# Contribution\n\nThis repository is managed by [Lerna.js](https://lerna.js.org). If you want to contribute, you need to follow these instructions:\n\nInstall root dependencies:\n\n```bash\nnpm install\n```\n\nThat's it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgoan%2Fnestjs-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgoan%2Fnestjs-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgoan%2Fnestjs-components/lists"}