📋 A lightweight Kanban board bot, for your Discord!
This is a bot for your Discord, so if you dont already have a Discord
register and download here
If you are not familiar with a kanban board here is a great description by leankit
clone this repository
$ git clone git@git:seansylee/kanban-board-bot.git
install the necessary node modules
$ npm install
create a bot through the discord developer portal and add your token in a file labeled botconfig.json
start the server!
$ npm run watch
Type the commands following $kanbot
into your Discord chat box to launch the app.
Command | Usage |
---|---|
$kanbot |
displays current kanban board |
-help |
displays possible commands |
-add <"item"> |
adds "item" into 'backlog' |
-remove <"id"> |
remove item with "id" from 'backlog' |
-start <"id"> |
move item with "id" from 'backlog' to 'in-progress' |
-complete <"id"> |
move item with "id" from 'in-progress' to 'backlog' |
-clear |
clears the current board use with caution |
$kanbot -add "Enjoy cookies"
to add to the backlog
Made with ❤️