nestjs-modules
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

NestJS Modules

NPM Version Package License

Table of Contents

List of modules

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

Readme

Keywords

Package Sidebar

Install

npm i nestjs-modules

Weekly Downloads

53

Version

1.0.9

License

MIT

Unpacked Size

28.6 kB

Total Files

13

Last publish

Collaborators

  • svtslv