- Objection module for NestJS - nestjs-objection
- Knex module for NestJS - nestjs-knex
- Webdav module for NestJS - nestjs-webdav
- AWS S3 module for NestJS - nestjs-s3
- Maxmind module for NestJS - nestjs-maxmind
- GeoIP2 module for NestJS - nestjs-geoip2
- Redis module for NestJS - nestjs-ioredis
- Minio module for NestJS - nestjs-minio
- Mailer module for NestJS - nestjs-mailer
Interactive command-line utility for installing, removing and updating NestJS modules
npm install --global nestjs-modules
npx nestjs-modules [options]
npx nestjs-modules
npx nestjs-modules --help
'usage: nestjs-modules [options]',
'Run without options for interactive',
'',
'options:',
' --install List of modules to install (comma separated values)',
' --update List of modules to update (comma separated values)',
' --remove List of modules to remove (comma separated values)',
' --list Print list of all modules and exit',
' --help Print this list and exit',
' --version Print the version and exit.',
'',
MIT