Initial commit: Astro scaffold, review template, voorstelformulier, screenshot/AI-automatisering
This commit is contained in:
10
Makefile
Normal file
10
Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
.PHONY: review
|
||||
|
||||
# Screenshot + AI-conceptreview maken en meteen in vim openen om verder te schrijven.
|
||||
# Gebruik: make review URL=https://voorbeeld.nl [SLUG=voorbeeld]
|
||||
review:
|
||||
@if [ -z "$(URL)" ]; then \
|
||||
echo "Gebruik: make review URL=https://voorbeeld.nl [SLUG=voorbeeld]"; \
|
||||
exit 1; \
|
||||
fi
|
||||
@FILE=$$(node --env-file-if-exists=.env scripts/new-review.mjs "$(URL)" $(SLUG)) && vim "$$FILE"
|
||||
Reference in New Issue
Block a user