Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 701 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 701 Bytes

Description

Fork from @nestjs/schematics.

Custom nestjs schematics

Installation

$ npm install -g smoke-nest-schematics
$ nest n -c smoke-nest-schematics [name]

Usage

Learn more in the official documentation.

Custom schematics

  • application
  • class
  • configuration
  • controller
  • decorator
  • filter
  • gateway
  • guard
  • interceptor
  • interface
  • middleware
  • module
  • pipe
  • provider
  • resolver
  • service
  • library
  • sub-app
  • resource

License

Nest is MIT licensed.