Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubiin/vscode-nestjs-snippets
Snippets for Nestjs 😻
https://github.com/rubiin/vscode-nestjs-snippets
vscode-extension
Last synced: about 1 month ago
JSON representation
Snippets for Nestjs 😻
- Host: GitHub
- URL: https://github.com/rubiin/vscode-nestjs-snippets
- Owner: rubiin
- License: mit
- Created: 2019-09-06T05:03:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T10:49:27.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T18:52:18.257Z (over 1 year ago)
- Topics: vscode-extension
- Homepage:
- Size: 686 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
### vscode-nestjs-snippets
NESTJS SNIPPETS FOR VSCODE
Adds snippets common operations for working with nestjs in Vscode.
## Screenshot
![Usage](img.gif)
## Usage
Snippet |Prefix | Purpose |
----------------------------------------| ------------------------------| --------------------------------------------------------------|
Nest Controller | n-controller | NestJS Controller |
Nest Root Module | n-module-root | NestJS Root Module |
Nest NestModule | n-module-nest | NestJS Module Implementing NestModule |
Nest Interceptor | n-interceptor | NestJS Interceptor |
Nest Guard | n-guard | NestJS Guard |
Nest Provider | n-provider | NestJS Provider |
Nest Module | n-module | NestJS Module |
Nest Dynamic Module | n-dynamic-module | Nest Dynamic Module |
Nest Global Module | n-module-global | NestJS Global Module |
Nest Cron Task | n-cron-task | NestJS Cron Task |
Nest Middleware | n-middleware | NestJS Middleware |
Nest Pipe | n-pipe | NestJS Pipe |
Nest Jwt Strategy | n-jwt | Nest Jwt Strategy |
Nest Custom Decorator | n-decorator | NestJS custom Decorator |
Nest Custom Logger | n-logger | NestJS custom Logger |
Nest Custom Exception | n-exception | NestJS custom Exception |
Nest TypeORM Entity | n-typeorm-entity | NestJS TypeORM Entity |
Nest TypeORM Repository | n-typeorm-repository | NestJS TypeORM Repository |
Nest Mongoose Service | n-mongoose-service | NestJS Service for Mongoose |
Nest Mongoose Interface | n-mongoose-interface | NestJS Interface for mongoose |
Nest Unit Test | n-test | NestJS Unit Test |
Nest Sequelize Entity | n-sequelize-entity | NestJS Sequelize Entity |
Nest Sequelize Provider | n-sequelize-provider | NestJS Sequelize Provider |
Nest Sequelize Database Provider | n-sequelize-database-provider | NestJS Sequelize Provider |
Nest Sequelize Database Provider | n-sequelize-database-provider | NestJS Sequelize Provider |
NestJS CQRS Query | n-cqrs-query | NestJS CQRS Query |
NestJS CQRS Query Handler | n-cqrs-query-handler | NestJS CQRS Query Handler |
NestJS CQRS Command | n-cqrs-command | NestJS CQRS Command |
NestJS CQRS Command Handler | n-cqrs-command-handler | NestJS CQRS Command |## Installation
1. Install Visual Studio Code 1.10.0 or higher
1. Launch Code
1. From the command palette `Ctrl`-`Shift`-`P` (Windows, Linux) or `Cmd`-`Shift`-`P` (OSX)
1. Select `Install Extension`
1. Choose the extension
1. Reload Visual Studio CodeOR
1. Type `Ctrl`-`Shift`-`P` (Windows, Linux) or `Cmd`-`Shift`-`P` (OSX)
1. Type `ext install rubiin.nestjs`## Contributing
Contributions are highly welcome
## Release Notes
## 1.5.0 - 05-06-2020