Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 638 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 638 Bytes

nmcc-cli

A CLI tool for Nest applications

Installation

npm :

npm install -g nmcc-cli

Commands

new

Usage : $ nmcc new <name>

Examples :

  • $ nmcc new my-app

It Creates a new application

generate (or g)

Usage : $ nmcc generate <name> <type>

Examples :

  • $ nmcc g user
  • $ nmcc g login module

It creates the asset name folder and put the asset contents from template.

type include :

  • all(defalut)
  • module
  • controller
  • component / service
  • middleware
  • pipe
  • gateway

update

Usage :

  • $ nmcc update

It updates :

  • common moudle