2 unstable releases

0.2.0 Jun 5, 2023
0.1.0 Apr 4, 2022

#20 in #task-manager

MIT license

120KB
3K SLoC

taskmr

task manager for CLI

Install

cargo install taskmr

Usage

$ taskmr help

What is es- prefix command?

taskmr has been devoloped by two design patterns for educational purposes:

  1. A simple table structure
  2. Event Sourcing

Files prefixed with es_ contain code implemented according to the Event Sourcing pattern.

Please note that these two implementations use separate databases, hence, it's not possible to manage the same task in both es- and non-es- versions.

How to develop

See how-to-develop.md


lib.rs:

taskmr

taskmr is a Task ManageR. taskmr supplys the simple and efficient way to manage tasks.

Bellow modules are layers based on Onion Architecture.

Dependencies

~24–36MB
~542K SLoC