taskmr

Crates.iotaskmr
lib.rstaskmr
version0.2.0
sourcesrc
created_at2022-04-04 15:36:58.938913
updated_at2023-06-05 14:44:46.987795
descriptionTask ManageR for CLI
homepage
repositoryhttps://github.com/dondakeshimo/taskmr/
max_upload_size
id562088
size146,734
Shimomura Taku (dondakeshimo)

documentation

README

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

Commit count: 101

cargo fmt