imag/lib/domain/libimaghabit
Matthias Beyer 6f244a52ff Add function to instantiate with a given date
Use that function in the `create_instance()` function which was renamed
to `create_instance_today()`.
2017-12-19 19:13:04 +01:00
..
src Add function to instantiate with a given date 2017-12-19 19:13:04 +01:00
Cargo.toml Add HabitTemplate::linked_instances() function 2017-12-08 14:54:49 +01:00
README.md Fix formatting and adjust module/lib documentation 2017-12-08 14:54:40 +01:00

libimaghabit

The habit library implements a habit tracker.

A habit can be instantiated with a name and a time-period in which it should be fullfilled (eg. daily, ever 3 days, weekly...).

The module offers ways to generate statistics about habits.