botbuilder

v4.15.0-dev.20211008.cb0718c
Bot Builder is a framework for building rich bots on virtually any platform.
botbuilder botframework bots chatbots

lint

eslint . --ext .js,.ts

test

npm-run-all build test:mocha

build

tsc -b

clean

rimraf _ts3.4 lib tsconfig.tsbuildinfo

depcheck

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

postbuild

downlevel-dts lib _ts3.4/lib --checksum

build-docs

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

test:mocha

nyc mocha tests

test:compat

api-extractor run --verbose

build:rollup

yarn clean && yarn build && api-extractor run --verbose --local

Metadata

  • MIT
  • Whatever
  • Microsoft Corp.
  • released 10/8/2021

Downloads