From ef161b247de914f4f57989ab0ff0b2b0f4a0feea Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 11 May 2022 00:41:16 +0200 Subject: Add README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..391e2e9 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +wajir +===== + +Automatically watch Jira issues. Given a JQL query, the currently authenticated +user will be added as a watcher on all resulting issues. + + +## Usage +TODO + + +## Install +TODO + + +## Build + + $ git submodule init && git submodule update + $ make build + + +## License +Copyright © 2022 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). -- cgit v1.2.3