This content originally appeared on DEV Community and was authored by ILshat Khamitov
New project
# Create empty nx project
npx --yes create-nx-workspace@19.5.3 --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
This content originally appeared on DEV Community and was authored by ILshat Khamitov
Print
Share
Comment
Cite
Upload
Translate
Updates
There are no updates yet.
Click the Upload button above to add an update.
APA
MLA
ILshat Khamitov | Sciencx (2024-07-29T07:52:26+00:00) NestJs-Mod updated for work with NX v.19.5.3. Retrieved from https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/
" » NestJs-Mod updated for work with NX v.19.5.3." ILshat Khamitov | Sciencx - Monday July 29, 2024, https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/
HARVARDILshat Khamitov | Sciencx Monday July 29, 2024 » NestJs-Mod updated for work with NX v.19.5.3., viewed ,<https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/>
VANCOUVERILshat Khamitov | Sciencx - » NestJs-Mod updated for work with NX v.19.5.3. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/
CHICAGO" » NestJs-Mod updated for work with NX v.19.5.3." ILshat Khamitov | Sciencx - Accessed . https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/
IEEE" » NestJs-Mod updated for work with NX v.19.5.3." ILshat Khamitov | Sciencx [Online]. Available: https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/. [Accessed: ]
rf:citation » NestJs-Mod updated for work with NX v.19.5.3 | ILshat Khamitov | Sciencx | https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/ |
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.