aven 0.1.13

Local-first task manager CLI and sync server
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -euo pipefail

if ! just check-full; then
  echo "pre-push checks failed" >&2
  exit 1
fi