Install a Module
Install any official Nestjs Module
To install a module, run:
nest-helper install
This command will prompt you to select all the modules you wish to install.
Once you have selected all the modules, you just click Enter, this CLI will automatically, install all the modules one after the other
tip
If you don't have Nestjs CLI installed, this CLI will install it.
If the current directory you run that command does not have a Nestjs Projectt, You will be prompted if you want to install it