1
0
mirror of https://github.com/Luzifer/badge-gen.git synced 2024-09-18 23:02:57 +00:00
badge-gen/Makefile

5 lines
246 B
Makefile
Raw Permalink Normal View History

documentation:
echo "| Key | Type | Description |" >config.md
echo "| --- | ---- | ----------- |" >>config.md
awk -F ' - ' '/#configStore/{ gsub(/.*configStore /, "", $$1); printf "| %s | %s | %s |\n", $$1, $$2, $$3 }' *.go | sort >>config.md