Initial commit

main
modules 2024-03-18 20:33:05 +00:00
commit a1c2893908
15 changed files with 36 additions and 0 deletions

5
.drone.yml 100644
View File

@ -0,0 +1,5 @@
---
kind: template
load: new-release.yaml
data:
image: gitea.kdiva.ru/infrastructure/archiver:latest

3
.gitignore vendored 100644
View File

@ -0,0 +1,3 @@
temp
*.zip
resources

3
.gitmodules vendored 100644
View File

@ -0,0 +1,3 @@
[submodule "helper-scripts"]
path = helper-scripts
url = https://gitea.kdiva.ru/modules/helper-scripts.git

1
README.md 100644
View File

@ -0,0 +1 @@
# Файл шаблона для новых репозиториев

View File

@ -0,0 +1,23 @@
{
"id": "",
"name": "",
"title": "",
"description": "",
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "11",
"maximum": "11"
},
"url": "${DRONE_REPO_LINK}",
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip",
"styles": [],
"packs": []
}

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

@ -0,0 +1 @@
// Module specific code goes here. See https://foundryvtt.com/article/module-development/ for help.