botbuilder-lg

v4.23.1
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

depcheck

depcheck --config ../../.depcheckrc

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

test:compat

api-extractor run --verbose
npm i botbuilder-lg

Metadata

  • MIT
  • Whatever
  • Microsoft Corp.
  • released 9/23/2024

Downloads