Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 189 Bytes

NESTJS_CLI_GUIDE.md

File metadata and controls

9 lines (8 loc) · 189 Bytes

how to generate nestjs project

nest new nestjs-boilerplate

how to create module, service, controller together in nestjs project

nest g resource auth --no-spec