feat: add "auto-generated" text to templates

Fixes #21
This commit is contained in:
Oliver Davies 2023-03-08 21:13:28 +00:00
parent d04169a0d8
commit 0fcffc5d2f
12 changed files with 21 additions and 1 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
# {{ managedText | raw }}
[[ -f composer.json && ! -d vendor ]] && composer install
eval "$@"