botbuilder

v4.14.0-dev.6fab548
Bot Builder is a framework for building rich bots on virtually any platform.
botbuilder botframework bots chatbots

lint

eslint . --ext .js,.ts

test

yarn build && nyc mocha --recursive "tests/**/*.test.js"

build

tsc -b

clean

rimraf _ts3.4 lib tsconfig.tsbuildinfo

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:compat

api-extractor run --verbose

build:rollup

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

Metadata

  • MIT
  • Whatever
  • Microsoft Corp.
  • released 4/5/2021

Downloads