chefe / scrumpoker

A small gtk app to help estimate the effort for a task.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrumpoker

A small gtk app to help estimate the effort for a task.

Installation via Make

  1. Verify make and cargo are installed
  2. Run the following commands to install the app
git clone git@github.com:chefe/scrumpoker.git
cd scrumpoker
sudo make install

Installation via Flatpak

  1. Verify make, flatpak-builder and flatpak are installed
  2. Run the following commands to build the flatpak and install it
git clone git@github.com:chefe/scrumpoker.git
cd scrumpoker
make install-flatpak

Inspired by

https://github.com/dcordero/ScrumPoker

About

A small gtk app to help estimate the effort for a task.

License:MIT License


Languages

Language:Rust 62.4%Language:Makefile 37.6%