nestjs-gen
Advanced tools
Comparing version 1.2.7 to 1.3.0
@@ -164,3 +164,3 @@ #!/usr/bin/env node | ||
outPathModel += '/' + o.modelDir; | ||
o.modelDir = _ensureTrailingSlash(o.modelClass); | ||
o.modelDir = _ensureTrailingSlash(o.modelDir); | ||
} else { | ||
@@ -167,0 +167,0 @@ o.modelDir = ''; |
{ | ||
"name": "nestjs-gen", | ||
"version": "1.2.7", | ||
"version": "1.3.0", | ||
"description": "NestJS model package generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,2 +24,4 @@ ## What This Is: | ||
// nestjs-gen also relies on typeorm, so in your project: | ||
npm install --save typeorm @nestjs/typeorm | ||
@@ -112,3 +114,3 @@ ## Usage: | ||
"modelBaseClass": "EntityBase", | ||
"modelBaseDIr": "modules/auth/lib" | ||
"modelBaseDir": "modules/auth/lib" | ||
} | ||
@@ -115,0 +117,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34317
175