dev-resources.site
for different kinds of informations.
NestJs-mod updated for work with NX v.19.5.3
Published at
7/29/2024
Categories
nestjs
typescript
node
nestjsmod
Author
endykaufman
Author
11 person written this
endykaufman
open
New project
# Create empty nx project
npx --yes [email protected] --name=project-name --preset=apps --interactive=false --ci=skip
# Go to created project
cd project-name
# Install all need main dev-dependencies
npm install --save-dev @nestjs-mod/schematics@latest
# Create NestJS-mod application
./node_modules/.bin/nx g @nestjs-mod/schematics:application --directory=apps/app-name --name=app-name --projectNameAndRootFormat=as-provided --strict=true
Update exists project:
npm run nx -- migrate latest
npm run nx -- migrate --run-migrations
npx -y npm-check-updates @nestjs-mod/* nestjs-mod @theunderscorer/* rucken @angular* *authorizerdev* *prisma* *redis* *nats* *minio* *pino* -u && npm i
Links
- https://github.com/nestjs-mod/nestjs-mod - NestJS-mod collection of utilities for unifying NestJS applications and modules.
- https://github.com/nestjs-mod/nestjs-mod-contrib - Repository with various NestJS and NestJS-mod modules and wrapper modules
- https://github.com/nestjs-mod/nestjs-mod-example - Example generated via @nestjs-mod/schematics applications
- https://habr.com/ru/articles/788916 - ΠΠΎΠ»Π»Π΅ΠΊΡΠΈΡ ΡΡΠΈΠ»ΠΈΡ NestJS-mod Π΄Π»Ρ ΡΠ½ΠΈΡΠΈΠΊΠ°ΡΠΈΠΈ ΠΏΡΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΠΉ ΠΈ ΠΌΠΎΠ΄ΡΠ»Π΅ΠΉ Π½Π° NestJS
nestjsmod Article's
8 articles in total
Caching information in Redis on NestJS
read article
Getting server time via WebSockets and displaying It in Angular application
read article
Website for NestJS-mod - https://nestjs-mod.com
read article
Adding Swagger documentation to the NestJS-mod application and generating a REST client for the Angular application
read article
Connecting PrismaORM to the NestJS-mod application and checking its operation via REST
read article
Creating an empty project using NestJS-mod
read article
NestJs-mod updated for work with NX v.19.5.3
currently reading
Collection of NestJS-mod utilities for unifying applications and modules on NestJS
read article
Featured ones: