mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools: makefile: add process target (automatically add github metadata/stars/last update date to github.com projects)
This commit is contained in:
parent
8a59c3aec3
commit
ba88dc5a84
1 changed files with 5 additions and 0 deletions
5
Makefile
5
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue