From ba88dc5a84c348207519656fbd159a0af3e3a38d Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 4 Jun 2022 15:01:18 +0200 Subject: [PATCH] tools: makefile: add process target (automatically add github metadata/stars/last update date to github.com projects) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index e73935ecc1..a723504f1a 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,11 @@ import: install source .venv/bin/activate && \ hecat import --source-file awesome-selfhosted/README.md --output-directory ./ +.PHONY: process # apply automatic processing (gather github metadata) +process: install + source .venv/bin/activate && \ + hecat process --processors github_metadata --source-directory ./ + .PHONY: build # build markdown singlepage document from yaml data build: install rm -rf awesome-selfhosted && git clone https://github.com/awesome-selfhosted/awesome-selfhosted