{"id":13598860,"url":"https://github.com/ashinzekene/vscode-nestjs-snippets","last_synced_at":"2025-04-13T05:44:56.985Z","repository":{"id":89255917,"uuid":"115919677","full_name":"ashinzekene/vscode-nestjs-snippets","owner":"ashinzekene","description":"💥 Vscode NestJS Code Snippets","archived":false,"fork":false,"pushed_at":"2020-08-11T05:47:34.000Z","size":383,"stargazers_count":110,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T05:44:52.333Z","etag":null,"topics":["nestjs","snippets","typescript","vscode","vscode-snippets"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ashinzekene.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2018-01-01T13:05:08.000Z","updated_at":"2025-01-01T18:17:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4b0f75a-5eaa-414c-ae51-fef2d714e6d0","html_url":"https://github.com/ashinzekene/vscode-nestjs-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashinzekene%2Fvscode-nestjs-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashinzekene%2Fvscode-nestjs-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashinzekene%2Fvscode-nestjs-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashinzekene%2Fvscode-nestjs-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashinzekene","download_url":"https://codeload.github.com/ashinzekene/vscode-nestjs-snippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670520,"owners_count":21142901,"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":["nestjs","snippets","typescript","vscode","vscode-snippets"],"created_at":"2024-08-01T17:00:57.552Z","updated_at":"2025-04-13T05:44:56.963Z","avatar_url":"https://github.com/ashinzekene.png","language":"JavaScript","funding_links":[],"categories":["资源","Integrations","JavaScript"],"sub_categories":["集成"],"readme":"### vscode-nestjs-snippets\n\n\u003cp align=\"center\"\u003e\n\u003ca title=\"License MIT\" href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-brightgreen.svg\" alt=\"License MIT\" /\u003e\u003c/a\u003e\n\u003ca title=\"Version\" href=\"https://marketplace.visualstudio.com/items?itemName=ashinzekene.nestjs\"\u003e\u003cimg src=\"https://vsmarketplacebadge.apphb.com/version-short/ashinzekene.nestjs.svg\" alt=\"Version\" /\u003e\u003c/a\u003e\n\u003ca title=\"Installs\" href=\"https://marketplace.visualstudio.com/items?itemName=ashinzekene.nestjs\"\u003e\u003cimg src=\"https://vsmarketplacebadge.apphb.com/installs/ashinzekene.nestjs.svg\" alt=\"Installs\" /\u003e\u003c/a\u003e\n\u003ca title=\"Ratings\" href=\"https://marketplace.visualstudio.com/items?itemName=ashinzekene.nestjs\"\u003e\u003cimg src=\"https://vsmarketplacebadge.apphb.com/rating/ashinzekene.nestjs.svg\" alt=\"Ratings\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/ashinzekene/vscode-nestjs-snippets/blob/master/nestjs.jpg?raw=true\" alt=\"NESTJS\" /\u003e\n  \u003ch1 align=\"center\"\u003eNESTJS SNIPPETS FOR VSCODE\u003c/h1\u003e\n  \u003cp align=\"center\"\u003eThis extension adds snippets for working with nestjs in Vscode\u003c/p\u003e\n\u003c/p\u003e\n\n## Screenshot\n\n![Usage](img.gif)\n\n## Usage\nSnippet                       |Prefix               | Purpose                                   |\n----------------------------------------| ------------------------------| --------------------------------------------------------------| \nNest Controller                         | n-controller                  | NestJS Controller                                             | \nNest v4 Middlware                       | n-v4-middleware               | NestJS Middleware Version 4                                   | \nNest v4 Module                          | n-v4-module                   | NestJS Module v4                                              | \nNest Root Module                        | n-module-root                 | NestJS Root Module                                            | \nNest NestModule                         | n-module-nest                 | NestJS Module Implementing NestModule                         | \nNest Mongoose Service                   | n-mongoose-service            | NestJS Service for Mongoose                                   | \nNest Mongoose Interface                 | n-mongoose-interface          | NestJS Interface for mongoose                                 | \nNest Unit Test                          | n-test                        | NestJS Unit Test                                              | \nNest Service Unit Test                  | n-test-service                | NestJS Service Unit Test                                      | \nNest Sequelize Entity                   | n-sequelize-entity            | NestJS Sequelize Entity                                       | \nNest Sequelize Provider                 | n-sequelize-provider          | NestJS Sequelize Provider                                     | \nNest Sequelize Database Provider        | n-sequelize-database-provider | NestJS Sequelize Provider                                     | \nNest Interceptor                        | n-interceptor                 | NestJS Interceptor                                            | \nNest Guard                              | n-guard                       | NestJS Guard                                                  | \nNest Provider                           | n-provider                    | NestJS Provider                                               | \nNest Module                             | n-module                      | NestJS Module                                                 | \nNest Global Module                      | n-module-global               | NestJS Global Module                                          | \nNest Middleware                         | n-middleware                  | NestJS Middleware                                             | \nNest Pipe                               | n-pipe                        | NestJS Pipe                                                   | \nNest TypeORM Entity                     | n-typeorm-entity              | NestJS TypeORM Entity                                         | \nNest TypeORM Repository                 | n-typeorm-repository          | NestJS TypeORM Repository                                     | \n\n## Installation\n\n1.  Install Visual Studio Code 1.10.0 or higher\n1.  Launch Code\n1.  From the command palette `Ctrl`-`Shift`-`P` (Windows, Linux) or `Cmd`-`Shift`-`P` (OSX)\n1.  Select `Install Extension`\n1.  Choose the extension\n1.  Reload Visual Studio Code\n\nOR\n\n1.  Type `Ctrl`-`Shift`-`P` (Windows, Linux) or `Cmd`-`Shift`-`P` (OSX)\n1.  Type `ext install ashinzekene.nestjs`\n\n## Contributing\n\nContributions are highly welcome\n\n## Release Notes\n\n## 1.3.0 - 04-03-2020\n\n- added snippet for service unit test\nThanks to [@lupu60](https://github.com/lupu60)\n\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashinzekene%2Fvscode-nestjs-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashinzekene%2Fvscode-nestjs-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashinzekene%2Fvscode-nestjs-snippets/lists"}