This command will create the “helloworld/src” directory.
nest new helloworld
These 5 files are created in the “helloworld/src” directory:
app.controller.spec.ts
app.controller.ts
app.module.ts
app.service.ts
main.ts
How to create the same files in the “src/app” instead of the “src” directory?
i.e. “helloworld/src/app” instead of the “helloworld/src” directory