An open API service indexing awesome lists of open source software.

https://github.com/template-tools/template-sync-hook

hook for npm-template-sync
https://github.com/template-tools/template-sync-hook

github-hook

Last synced: 3 months ago
JSON representation

hook for npm-template-sync

Awesome Lists containing this project

README

          

[![License](https://img.shields.io/badge/License-0BSD-blue.svg)](https://spdx.org/licenses/0BSD.html)
[![GitHub Issues](https://img.shields.io/github/issues/template-tools/template-sync-hook.svg?style=flat-square)](https://github.com/template-tools/template-sync-hook/issues)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Ftemplate-tools%2Ftemplate-sync-hook%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/template-tools/template-sync-hook/goto)
[![Coverage Status](https://coveralls.io/repos/template-tools/template-sync-hook/badge.svg)](https://coveralls.io/github/template-tools/template-sync-hook)

## template-sync-hook

hook for template-sync

automatically generates PRs on target repos when a template modification occures

# test

```sh
curl -X post -d '{}' -H "Content-Type: application/json" -H 'X-GitHub-Event: ping' https://localhost/template-sync-hook/webhook
```

# install

With [npm](http://npmjs.org) do:

```shell
npm install template-sync-hook
```

# API

## Table of Contents

# license

BSD-2-Clause