Skip to content

📋 Light weight kanban board bot for Discord!

Notifications You must be signed in to change notification settings

bmiller346/kanban-board-bot

 
 

Repository files navigation

Kanbot

📋 A lightweight Kanban board bot, for your Discord!

logo

Getting started

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

This repository

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

Documentation

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

Examples

$kanbot to display the board

board

$kanbot -add "Enjoy cookies" to add to the backlog

add-to-board

Made with ❤️

About

📋 Light weight kanban board bot for Discord!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%