botbuilder-lg

v4.13.0-dev-date-20210326.sha-7d44ace
Bot Builder Language Generation is a library to help build sophisticated bot responses with multiple phrases and context-based expressions.
botbuilder botframework language generation

lint

eslint . --ext .js,.ts

test

yarn build && mocha tests/ --timeout 60000

build

tsc -b

clean

rimraf lib tsconfig.tsbuildinfo

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

Metadata

  • MIT
  • Whatever
  • Microsoft Corp.
  • released 3/26/2021

Downloads