README
dozto-create-nestjs-module
The cli fool for create nestjs module template.
Usage
This is a lib followed NPX approach to create module folders for Nestjs.
Use this with npx npx dozto-nestjs-create-module create
Once success, please input module-name
. There will be created at the src folder with controller & resolver & service & model etc. And each folder have index.ts for convenience.