npm i -g @nestjs/cli
nest new <project-name>
/ Theproject-name
directory will be created, node modules and a few boilerplate files will be installed, and a src/ directory will be created and populated with files.nest generate controller
/nest g co