nestjs-gen
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "nestjs-gen", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "NestJS model package generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ ## What This Is: | ||
For now it will only generate TypeScript files (normal JS todo). | ||
For now it will only generate TypeScript files (no plain JS), but you can edit the template files if you want to strip the TypeScript stuff. | ||
@@ -55,3 +55,3 @@ ## Install: | ||
#### Generate just a Controller, Repository, and Test model (not in a module) | ||
#### Generate just a Controller, Repository, and Example model (no module) | ||
@@ -58,0 +58,0 @@ ngen example --crud |
20868