Taskwarrior
This library aims to make it easier to work with the output from Taskwarrior’s
task export command.
Currently the main purpose of the library is to convert the task export JSON
data into a named struct. Eventually, the library is expected to grow with the
introduction of various functions for traversing/editing the data.
Installation
If available in Hex, the package can be installed
by adding taskwarrior to your list of dependencies in mix.exs:
def deps do
[
{:taskwarrior, "~> 0.1"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/taskwarrior.