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.
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.
cd fixture
make install
make setup
make
Open Debian in WSL in Terminal.exe.
Debian is recommended as their package manager provides taskd.
cd fixture
make install
make setup
make
cd docker
make