botmaster

v3.0.8
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

coveralls

cat ./coverage/lcov.info | coveralls

postversion

git push && git push --tags && rm -rf build/temp

report

nyc report

botmaster-docs

documentation build lib/botmaster.js -f md > api-reference/botmaster.md

base-bot-docs

documentation build lib/base_bot.js -f md > api-reference/base-bot.md

outgoing-message-docs

documentation build lib/outgoing_message.js -f md > 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 4/3/2017

Downloads

Maintainers