2 unstable releases
0.2.0 | Jun 5, 2023 |
---|---|
0.1.0 | Apr 4, 2022 |
#21 in #es
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:
- A simple table structure
- 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
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
~26–38MB
~571K SLoC