New library @nestia/editor
#445
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
hacktoberfest
After publishing
@nestia/migrate
(#292), create a new library@nestia/swagger-ui
.The new project
@nestia/editor
would be almost same withswagger-ui
, but those things would be different.1. TypeScript Editor
At first, input components of each route would be replaced to TypeScript editor.
Through the TypeScript editor, users can write input data much safely and conveniently through type checking with type hints. If you're wondering how the TypeScript editor would work on web browser, it would better to see typia playground website.
2. Build SDK
When click "Build SDK" button in
@nestia/editor
, SDK library would be downloaded as azip
file.In actually, the SDK library would be composed at the entry level when
swagger.json
file be inserted. The initial SDK libray composition makes 1. TypeScript Editor possible. When clicking "Build SDK" button, it will download just pre-composed SDK library withzip
file compression.3. Mockup Simulator
When you download SDK library from
@nestia/editor
, it will also contain the mock-up simulator.If you're wonder whethering what mock-up simulator is, read below article please.
4. NestJS Project Generator
When clicking "NestJS Project Generator" button,
@nestia/editor
will generate a NestJS project which has same API specs with the inputswagger.json
file. The newly generated NestJS project also have those things. If you've read #292 issue, yes, it's totally same feature with@nestia/migrate
.The text was updated successfully, but these errors were encountered: