aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-06-12 21:40:28 +0700
committerShulhan <ms@kilabit.info>2025-06-12 21:41:55 +0700
commitaf0fc1518eb9b0ec7ba72d5dcdd78d5df2213968 (patch)
treeeddeb148a4138a9d6379348e4df09510ed5cc1ee /Makefile
parent933d07bffa3066995c1d70d501c74aba44f40963 (diff)
downloadjarink-af0fc1518eb9b0ec7ba72d5dcdd78d5df2213968.tar.xz
Release jarink version 0.1.0v0.1.0
The first release of jarink provides the command "brokenlinks", to scan for broken links. The output of this command is list of page with its broken links in JSON format. This command accept the following options, `-verbose`:: Print the page that being scanned to standard error. `-past-result=<path to JSON file>`:: Scan only the pages reported by result from past scan based on the content in JSON file. This minimize the time to re-scan the pages once we have fixed the URLs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3699644..cc311e5 100644
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,7 @@ test:
CGO_ENABLED=1 go test -failfast -timeout=1m -race \
-coverprofile=$(COVER_OUT) ./...
go tool cover -html=$(COVER_OUT) -o $(COVER_HTML)
+
+.PHONY: doc.serve
+doc.serve:
+ ciigo serve .