🔧 NestJs-Mod updated for work with NX v.19.5.3
Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to
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
🔧 How to work with CAR files with NestJS
📈 19.73 Punkte
🔧 Programmierung
🔧 Load .env using Config Module in NestJS
📈 13.6 Punkte
🔧 Programmierung
🔧 A Deep Dive into NestJS Core Components
📈 13.6 Punkte
🔧 Programmierung
🔧 why Nestjs is Fav for Backend developers
📈 13.6 Punkte
🔧 Programmierung
🔧 Data caching in NestJS
📈 13.6 Punkte
🔧 Programmierung