feat: local netlify plugin to sync branches

A custom local Netlify plugin that handles syncing a source branch to multiple
destination branches.
This commit is contained in:
Michael Zetterberg
2024-11-05 16:24:10 +01:00
parent 52837c3e38
commit 5ff86fca32
5 changed files with 276 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "netlify-plugin-branch-sync",
"version": "1.0.0",
"type": "module",
"description": "Sync branches",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}