orchestrator-core

v4.13.1
Orchestrator for Node.js
botbuilder botframework orchestrator

install

node-pre-gyp install

lint

eslint **/*.js

test

nyc mocha tests/

start

cross-env OC_MODEL_DIR='../dep/model/roberta/' node oc_app.js

build:dev

node-gyp -j 16 build --debug

build

node-gyp -j 16 build

rebuild:dev

node-gyp -j 16 rebuild --debug && cp ../x64/Debug/*.dll ./ && cp ../x64/Debug/*.pdb ./ && cp build/*.node ./

rebuild

node-gyp -j 16 rebuild

clean

node-gyp clean

Metadata

  • MIT
  • ^10.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0
  • Microsoft Corp.
  • released 4/23/2021

Downloads