bot-fw-custom-actions-v41
v1.0.0
Published
Adaptive Runtime BotFrameworkCustomActions package sample
Downloads
2
Readme
custom-actions
This is consumed as a node package by cowbot.
Prerequisites
Node.js version 10.14.1 or higher
# determine node version node --version
Build & Publish
Firstly, change the package name or the version in package.json.
Build
rm -rf node_modules/; npm install; npm run build
Publish the package
npm publish --access public
Runtime details
You can see how the runtime loads packages and where packages fit in to the runtime code.