botmaster-cli

v0.4.0
command line interface for botmaster. Enables developers to create templated botmaster projects using the preferred architecture. Also comes with a console botmaster client (using socket.io) to make it easy to test out your bot
bot botmaster cli botmaster-template botmaster-starter command line bot

pretest

npm run build

test

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

coveralls

cat ./coverage/lcov.info | coveralls

postversion

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

build

mkdir -p dist && babel src --out-dir dist

docs

documentation readme src/index.js --section="API Usage"
npm i botmaster-cli

Metadata

  • MIT
  • >=6.x.x <9.0.0
  • JD Wuarin
  • released 3/23/2017

Downloads

Maintainers