Jaidbot
Personal chat bot for my Twitch stream.
Installation
npm install --global jaidbot@^6.5.0
yarn global add jaidbot@^6.5.0
(if configured properly)
npm install --global @jaid/jaidbot@^6.5.0
CLI Usage
After installing package jaidbot
globally, you can use its command line interface.
jaidbot
For usage instructions:
jaidbot --help
Development
Setting up:
git clone git@github.com:jaid/jaidbot.git
cd jaidbot
npm install
Testing:
npm run test:dev
Testing in production environment:
npm run test
License
MIT License
Copyright © 2020, Jaid <jaid.jsx@gmail.com> (github.com/jaid)