generator-swagger-models-ts
v1.1.5
Published
Generate full Models DTOs with validations, lint(Standard), mapping, typings and imports dynamicly, from a swagger json.
Readme
Description
Generate full Models DTOs with validations, lint(Standard), mapping, typings and imports dynamicly, from a swagger json.
Installation
npm installExample of use
npm run generator ./sample-swagger-data.json ./sampleSyntax
npm run generator ${SWAGGER_PATH_JSON.json} ${DIRECTORY_PATH_WHERE_TO_SAVE}