koku 0.1.0

A cron daemon and manager — 刻
Documentation
1
2
3
4
5
6
7
8
9
# Install locally (release build)
install:
	cargo install --path .
	ln -sf ~/.cargo/bin/koku ~/.cargo/bin/ku

# Install locally (debug build — fast iteration)
dev-install:
	cargo build && cp target/debug/koku ~/.cargo/bin/koku
	ln -sf ~/.cargo/bin/koku ~/.cargo/bin/ku