dto-to-model
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "dto-to-model", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -16,3 +16,9 @@ "main": "./dist/index.js", | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"model", | ||
"api", | ||
"openapi", | ||
"generator", | ||
"dto" | ||
], | ||
"author": "Sereno", | ||
@@ -19,0 +25,0 @@ "license": "MIT", |
@@ -12,2 +12,4 @@ Model generator from OpenApi Dto's | ||
You have to use it into node_module OpenApi generated API folder to found all related Dto's and populate specs and mocks. | ||
It's a BETA actually, need some improvement and cleaning code | ||
It's a BETA actually, need some improvement and cleaning code | ||
See https://github.com/SrenoG/dto-to-model-vscode to use it in vscode extension |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160228
14