Update chapter-08-tooling.md
This commit is contained in:
parent
24c84a7952
commit
070ab0be09
1 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,15 @@
|
||||||
# General Bots Tooling
|
# 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
|
## NLP
|
||||||
|
|
||||||
### luis.ai
|
### luis.ai
|
||||||
|
|
Loading…
Add table
Reference in a new issue