hook for template-sync
automatically generates PRs on target repos when a template modification occures
curl -X post -d '{}' -H "Content-Type: application/json" -H 'X-GitHub-Event: ping' https://localhost/template-sync-hook/webhook
With npm do:
npm install template-sync-hook
BSD-2-Clause