...

/

Installing the NestJS CLI

Installing the NestJS CLI

Install the NestJS CLI globally using npm.

NestJS provides a command-line interface (CLI) tool that helps to create, manage, and build NestJS applications. The CLI offers a set of useful commands to create new projects, start our application, and generate modules, controllers, and services.

Prerequisites

...