botbuilder-lg

v4.12.0-dev.20201030.45b9f78
Bot Builder Language Generation is a library to help build sophisticated bot responses with multiple phrases and context-based expressions.
botbuilder botframework language generation

test

tsc && mocha tests/ --timeout 60000

build

tsc

clean

erase /q /s .\lib

build-docs

typedoc --theme markdown --entryPoint botbuilder-lg --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\..\doc\botbuilder-lg .\lib\index.d.ts --hideGenerator --name "Bot Builder SDK - LG" --readme none

antlr-build

antlr4ts src/LGFileLexer.g4 -o src/generated && antlr4ts src/LGFileParser.g4 -visitor -o src/generated && antlr4ts src/LGTemplateLexer.g4 -o src/generated && antlr4ts src/LGTemplateParser.g4 -visitor -o src/generated

set-version

npm version --allow-same-version 4.12.0-dev.20201030.45b9f78

Metadata

  • MIT
  • Whatever
  • Microsoft Corp.
  • released 10/30/2020

Downloads

Maintainers