Quiz on NestJS CLI
Test your knowledge of Nestjs CLI.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is the command to generate a new module in NestJS?
A.
nest g mo <module-name>
B.
nest t mo <module-name>
C.
nest c mo <module-name>
D.
nest build <module-name>
1 / 5
...