From 070ab0be09a13bcad873989e616d88dc4c4ed36f Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 20 Jan 2024 14:27:21 -0300 Subject: [PATCH] Update chapter-08-tooling.md --- book/chapter-08-tooling.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/book/chapter-08-tooling.md b/book/chapter-08-tooling.md index dde2a983..65104067 100644 --- a/book/chapter-08-tooling.md +++ b/book/chapter-08-tooling.md @@ -1,6 +1,15 @@ # General Bots Tooling +## Notable Packages + +### [@push](https://github.com/vasyas/push-rpc) + +#### Updating BotServer/swagger.yaml +``` +node ./node_modules/@push-rpc/openapi/dist/cli.js --tsConfig ./tsconfig.api.json --apiTemplate ./api-template.json --output swaager.yaml --baseDir=. --entryFile ./src/api.ts --entryType GBAPI +``` + ## NLP ### luis.ai