Skip to content

Commit fd2b040

Browse files
committed
proof of concept
1 parent c67bd6e commit fd2b040

File tree

4 files changed

+284
-0
lines changed

4 files changed

+284
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
repos/
2+
13
# Logs
24
logs
35
*.log

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@
2626
"prettier": "3.5.3",
2727
"typescript": "^5.8.2",
2828
"typescript-eslint": "^8.26.1"
29+
},
30+
"dependencies": {
31+
"@gitbeaker/rest": "^42.1.0",
32+
"simple-git": "^3.27.0"
2933
}
3034
}

0 commit comments

Comments
 (0)