Installation
To get started with nest-commander you can either add it to a nest new project, created using
the @nestjs/cli, or you can set the project up from scratch and make sure to install
nest-commander, @nestjs/common and @nestjs/core.
npm i nest-commander
# OR
yarn add nest-commander
# OR
pnpm i nest-commander