botmaster

v3.1.1
Framework allowing developers to write bots that are agnostic with respect to the channel used by their users (messenger, telegram etc...)
bot framework toolkit botmaster slack messenger telegram twitter bot-library and 1 more...

test

export NODE_ENV=test; nyc --reporter=lcov --reporter=html ava; nyc report

test-debug

export NODE_ENV=test DEBUG=botmaster:*; nyc --reporter=lcov --reporter=html ava

test-watch

export NODE_ENV=test; ava --watch

coveralls

cat ./coverage/lcov.info | coveralls

postversion

git push && git push --tags

report

nyc report

botmaster-docs

jsdoc2md lib/botmaster.js > api-reference/botmaster.md

base-bot-docs

jsdoc2md lib/base_bot.js > api-reference/base-bot.md

outgoing-message-docs

jsdoc2md lib/outgoing_message.js > api-reference/outgoing-message.md

docs

mkdir -p api-reference; yarn botmaster-docs; yarn base-bot-docs; yarn outgoing-message-docs

docs-deploy

yarn docs && cp -r api-reference ../botmasterai.github.io/docs

Metadata

  • MIT
  • >=4.x.x <9.0.0
  • JD Wuarin
  • released 5/28/2017

Downloads