{"id":13599303,"url":"https://github.com/golevelup/nestjs","last_synced_at":"2026-04-01T17:43:57.502Z","repository":{"id":37382186,"uuid":"167723470","full_name":"golevelup/nestjs","owner":"golevelup","description":"A collection of badass modules and utilities to help you level up your NestJS applications 🚀","archived":false,"fork":false,"pushed_at":"2025-04-15T22:01:33.000Z","size":3664,"stargazers_count":2468,"open_issues_count":25,"forks_count":278,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-04-15T23:18:24.648Z","etag":null,"topics":["event-management","express","graphql","hacktoberfest","hasura","javascript","microservices","nestjs","nodejs","plugins","rabbitmq","typescript","webhooks"],"latest_commit_sha":null,"homepage":"https://golevelup.github.io/nestjs/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/golevelup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["wonderpanda"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-01-26T18:26:08.000Z","updated_at":"2025-04-15T20:35:16.000Z","dependencies_parsed_at":"2023-10-12T09:12:57.841Z","dependency_job_id":"93c374d4-d559-4ceb-9c25-36c3085ae6ea","html_url":"https://github.com/golevelup/nestjs","commit_stats":{"total_commits":504,"total_committers":112,"mean_commits":4.5,"dds":0.5277777777777778,"last_synced_commit":"ce32394667e2dbeac0af21f87da2a3f08620092e"},"previous_names":["wonderpanda/nestjs-plus"],"tags_count":334,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golevelup%2Fnestjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golevelup%2Fnestjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golevelup%2Fnestjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golevelup%2Fnestjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golevelup","download_url":"https://codeload.github.com/golevelup/nestjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249715118,"owners_count":21314981,"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":["event-management","express","graphql","hacktoberfest","hasura","javascript","microservices","nestjs","nodejs","plugins","rabbitmq","typescript","webhooks"],"created_at":"2024-08-01T17:01:02.001Z","updated_at":"2026-04-01T17:43:57.497Z","avatar_url":"https://github.com/golevelup.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n    \u003cimage src=\"golevelup-nest-logo.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nA collection of Badass modules and utilities to help you level up your NestJS application.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003c/p\u003e\n\n| Package                                                                   | Description                                                                                                              | Version                                                                                                                                                   | Changelog                                                |\n| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |\n| [`@golevelup/nestjs-common`](./packages/common)                           | Common types, mixins                                                                                                     | [![version](https://img.shields.io/npm/v/@golevelup/nestjs-common.svg)](https://www.npmjs.com/package/@golevelup/nestjs-common)                           | [changelog](./packages/common/CHANGELOG.md)              |\n| [`@golevelup/nestjs-discovery`](./packages/discovery)                     | `DiscoveryModule` for finding providers, controllers and method handlers from your NestJS app that have certain metadata | [![version](https://img.shields.io/npm/v/@golevelup/nestjs-discovery.svg)](https://www.npmjs.com/package/@golevelup/nestjs-discovery)                     | [changelog](./packages/discovery/CHANGELOG.md)           |\n| [`@golevelup/nestjs-rabbitmq`](./packages/rabbitmq)                       | A NestJS native module for RabbitMQ that supports both RPC and Publish/Subscribe messaging patterns                      | [![version](https://img.shields.io/npm/v/@golevelup/nestjs-rabbitmq.svg)](https://www.npmjs.com/package/@golevelup/nestjs-rabbitmq)                       | [changelog](./packages/rabbitmq/CHANGELOG.md)            |\n| [`@golevelup/nestjs-modules`](./packages/modules)                         | A Dynamic Module helper. Useful for configuring once and importing anywhere else                                         | [![version](https://img.shields.io/npm/v/@golevelup/nestjs-modules.svg)](https://www.npmjs.com/package/@golevelup/nestjs-modules)                         | [changelog](./packages/modules/CHANGELOG.md)             |\n| [`@golevelup/nestjs-hasura`](./packages/hasura)                           | Super charged Hasura Event Handlers and other utilities for seamlessly integrating Hasura with NestJS                    | [![version](https://img.shields.io/npm/v/@golevelup/nestjs-hasura.svg)](https://www.npmjs.com/package/@golevelup/nestjs-hasura)                           | [changelog](./packages/hasura/CHANGELOG.md)              |\n| [`@golevelup/nestjs-graphql-request`](./packages/graphql-request)         | Dependency Injection for GraphQLClient. Make type safe requests to third party GQL APIs                                  | [![version](https://img.shields.io/npm/v/@golevelup/nestjs-graphql-request.svg)](https://www.npmjs.com/package/@golevelup/nestjs-graphql-request)         | [changelog](./packages/graphql-request/CHANGELOG.md)     |\n| [`@golevelup/nestjs-webhooks`](./packages/webhooks)                       | Middlewares and helpers for processing webhooks                                                                          | [![version](https://img.shields.io/npm/v/@golevelup/nestjs-webhooks.svg)](https://www.npmjs.com/package/@golevelup/nestjs-webhooks)                       | [changelog](./packages/webhooks/CHANGELOG.md)            |\n| [`@golevelup/nestjs-stripe`](./packages/stripe)                           | Stripe client and webhook processing                                                                                     | [![version](https://img.shields.io/npm/v/@golevelup/nestjs-stripe.svg)](https://www.npmjs.com/package/@golevelup/nestjs-stripe)                           | [changelog](./packages/stripe/CHANGELOG.md)              |\n| [`@golevelup/ts-jest`](./packages/testing)                                | Jest utilities for making testing NestJS applications easier.                                                            | [![version](https://img.shields.io/npm/v/@golevelup/ts-jest.svg)](https://www.npmjs.com/package/@golevelup/ts-jest)                                       | [changelog](./packages/testing/ts-jest/CHANGELOG.md)     |\n| [`@golevelup/nestjs-google-cloud-pubsub`](./packages/google-cloud-pubsub) | A type-safe Google Cloud Pub/Sub integration for NestJS.                                                                 | [![version](https://img.shields.io/npm/v/@golevelup/nestjs-google-cloud-pubsub.svg)](https://www.npmjs.com/package/@golevelup/nestjs-google-cloud-pubsub) | [changelog](./packages/google-cloud-pubsub/CHANGELOG.md) |\n| [`@golevelup/nestjs-graphile-worker`](./packages/graphile-worker)         | Graphile Worker integration for NestJS.                                                                                  | [![version](https://img.shields.io/npm/v/@golevelup/nestjs-graphile-worker.svg)](https://www.npmjs.com/package/@golevelup/nestjs-graphile-worker)         | [changelog](./packages/graphile-worker/CHANGELOG.md)     |\n\n## Contribute\n\nContributions welcome! Read the [contribution guidelines](./docs/contributing.md) first.\n\n## 📦 Publishing\n\nIn order to release, changeset has to be run locally to provide human-readable notes and select the applicable packages.\nOnce the changeset is pushed to master, a Github action will kick off and generate a PR with the preview\n\n## License\n\n[MIT License](LICENSE)\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/WonderPanda\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3631771?v=4?s=100\" width=\"100px;\" alt=\"Jesse Carter\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJesse Carter\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=WonderPanda\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-WonderPanda\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/golevelup/nestjs/issues?q=author%3AWonderPanda\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/golevelup/nestjs/commits?author=WonderPanda\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/golevelup/nestjs/pulls?q=is%3Apr+reviewed-by%3AWonderPanda\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/azuker\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/16463911?v=4?s=100\" width=\"100px;\" alt=\"Amir Zuker\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAmir Zuker\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=azuker\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jmcdo29\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/28268680?v=4?s=100\" width=\"100px;\" alt=\"Jay McDoniel\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJay McDoniel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=jmcdo29\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/golevelup/nestjs/commits?author=jmcdo29\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-jmcdo29\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/underfisk\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/15980884?v=4?s=100\" width=\"100px;\" alt=\"Rodrigo\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRodrigo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=underfisk\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/golevelup/nestjs/commits?author=underfisk\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/golevelup/nestjs/issues?q=author%3Aunderfisk\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#ideas-underfisk\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/golevelup/nestjs/pulls?q=is%3Apr+reviewed-by%3Aunderfisk\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/arjenvdhave\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/4239126?v=4?s=100\" width=\"100px;\" alt=\"Arjen van der Have\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eArjen van der Have\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=arjenvdhave\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://jeremylvln.fr/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/6763873?v=4?s=100\" width=\"100px;\" alt=\"Jérémy Levilain\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJérémy Levilain\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=IamBlueSlime\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-IamBlueSlime\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/perf2711\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9085864?v=4?s=100\" width=\"100px;\" alt=\"Sebastian Alex\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSebastian Alex\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=perf2711\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.escemi.com/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/314088?v=4?s=100\" width=\"100px;\" alt=\"Emilien Escalle\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEmilien Escalle\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=neilime\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/n3n\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5567955?v=4?s=100\" width=\"100px;\" alt=\"Nonpawit Teerachetmongkol\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNonpawit Teerachetmongkol\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=n3n\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/danocmx\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/43742709?v=4?s=100\" width=\"100px;\" alt=\"GlenCoco\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGlenCoco\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=danocmx\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://stackoverflow.com/users/5091346/andrii-abramov\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/11317222?v=4?s=100\" width=\"100px;\" alt=\"Andrii Abramov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrii Abramov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=aaabramov\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ABZ0\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/38118193?v=4?s=100\" width=\"100px;\" alt=\"Abdallah Hemedah\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAbdallah Hemedah\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=ABZ0\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/vaidashi\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/25907721?v=4?s=100\" width=\"100px;\" alt=\"Ashish Vaid\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAshish Vaid\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=vaidashi\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://be.groovie.org/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/100193?v=4?s=100\" width=\"100px;\" alt=\"Ben Bangert\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBen Bangert\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=bbangert\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ChrisBates\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/50668839?v=4?s=100\" width=\"100px;\" alt=\"ChrisBates\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChrisBates\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=ChrisBates\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/GavinRay97\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/26604994?v=4?s=100\" width=\"100px;\" alt=\"Gavin Ray\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGavin Ray\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=GavinRay97\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jlally21\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/17992893?v=4?s=100\" width=\"100px;\" alt=\"Joseph Lally\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJoseph Lally\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=jlally21\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/robertpallas\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1502325?v=4?s=100\" width=\"100px;\" alt=\"Robert Pallas\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRobert Pallas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=robertpallas\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://priyashpatil.com/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/38959321?v=4?s=100\" width=\"100px;\" alt=\"Priyash Patil\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePriyash Patil\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=priyashpatil\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/tomjdickson\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/44155439?v=4?s=100\" width=\"100px;\" alt=\"Tom Dickson\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTom Dickson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=tomjdickson\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/timoklingenhoefer\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/39903601?v=4?s=100\" width=\"100px;\" alt=\"timoklingenhoefer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003etimoklingenhoefer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=timoklingenhoefer\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/steinroe\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/19429600?v=4?s=100\" width=\"100px;\" alt=\"Philipp\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePhilipp\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=steinroe\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/zarv1k\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/6296643?v=4?s=100\" width=\"100px;\" alt=\"Dmitry Zarva\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDmitry Zarva\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=zarv1k\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/nosyminotaur\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/41340243?v=4?s=100\" width=\"100px;\" alt=\"Harsh Pathak\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHarsh Pathak\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=nosyminotaur\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://lietzau-consulting.de/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/27278807?v=4?s=100\" width=\"100px;\" alt=\"Jannis Schreiber\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJannis Schreiber\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=j-schreiber\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com/in/nelson-bwogora-b0965713/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/13407936?v=4?s=100\" width=\"100px;\" alt=\"Nelson Bwogora\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNelson Bwogora\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=nelsonBlack\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/zerobig\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3147314?v=4?s=100\" width=\"100px;\" alt=\"zerobig\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ezerobig\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=zerobig\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://sudocodes.vercel.app/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/37955249?v=4?s=100\" width=\"100px;\" alt=\"Orim Dominic Adah\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eOrim Dominic Adah\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=sudo-kaizen\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://stanislas.blog/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/11699655?v=4?s=100\" width=\"100px;\" alt=\"Stanislas\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eStanislas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=angristan\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://tom.lakesman.co.uk/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1367638?v=4?s=100\" width=\"100px;\" alt=\"Tom Lakesman\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTom Lakesman\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=bugsduggan\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com/in/muhammadzadeh/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/10474363?v=4?s=100\" width=\"100px;\" alt=\"Emir Muhammadzadeh\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEmir Muhammadzadeh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=muhammadzadeh\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/golevelup/nestjs/commits?author=muhammadzadeh\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.craigotis.com/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1620098?v=4?s=100\" width=\"100px;\" alt=\"Craig Otis\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCraig Otis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=craigotis\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://ferment.fan\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/19498613?v=4?s=100\" width=\"100px;\" alt=\"Dennis von der Bey\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDennis von der Bey\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/golevelup/nestjs/commits?author=fermentfan\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","funding_links":["https://github.com/sponsors/wonderpanda"],"categories":["TypeScript","typescript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolevelup%2Fnestjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgolevelup%2Fnestjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolevelup%2Fnestjs/lists"}