nestjs-modules
v1.0.9
Published
NestJS Modules CLI
Downloads
186
Readme
NestJS Modules
Table of Contents
List of modules
- 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
- BullMQ module for NestJS - nestjs-bullmq
Description
Interactive command-line utility for installing, removing and updating NestJS modules
Installation
Globally via npm
npm install --global nestjs-modules
Running on-demand:
npx nestjs-modules [options]
Examples
Run without options for interactive
npx nestjs-modules
Run with --help to print help
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.',
'',
License
MIT