From 72eeb89fd0a9544765741095a47dbbaafcf5c7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Sat, 27 Nov 2021 07:58:14 +0100 Subject: [PATCH] Add jester2swagger (#2073) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2ab4519..43ea09b 100644 --- a/packages.json +++ b/packages.json @@ -24350,5 +24350,18 @@ "description": "Compile time localization for applications", "license": "MIT", "web": "https://github.com/levovix0/localize" + }, + { + "name": "jester2swagger", + "url": "https://github.com/ThomasTJdev/jester2swagger", + "method": "git", + "tags": [ + "jester", + "swagger", + "postman" + ], + "description": "Converts a file with Jester routes to Swagger JSON which can be imported in Postman.", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/jester2swagger" } ]