bradyt / taskd-client-dart

Taskserver client Dart library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

development is merged into https://github.com/bradyt/taskw-dart

An attempt to write a taskserver client library in Dart, similar to taskd-client-py.

As this project is in its early stages, you may find it helpful to refer to the taskserver design documents, at https://taskwarrior.org/docs/design/index.html.

Tests

Run make or the following:

dart pub run test

But you will need a taskd server to pass all tests. There are several ways to do this.

macOS and GNU/Linux

cd fixture
make install
make setup
make

Windows

Open Debian in WSL in Terminal.exe.

Debian is recommended as their package manager provides taskd.

cd fixture
make install
make setup
make

Docker

cd docker
make

About

Taskserver client Dart library

License:GNU General Public License v3.0


Languages

Language:Dart 78.9%Language:Shell 17.2%Language:Makefile 3.3%Language:Dockerfile 0.6%