Logo
Explore Drone CI Help
Register Sign In
miaowware/qrm2
1
0
Fork 0
You've already forked qrm2
mirror of https://github.com/miaowware/qrm2.git synced 2025-07-21 01:05:17 -04:00
Code Issues Actions Projects Releases Wiki Activity
qrm2/resource_schemas.py

18 lines
342 B
Python
Raw Normal View History

Added and switched to the Resource Manager - Added Resource Manager - Migrated most exts to it - Added config entry for the resources URL - Added my ID to template - Bumped copyright on edited files Fixes #246
2021-03-18 09:17:30 -04:00
"""
Resource schemas generator for qrm2.
---
update copyright name
2021-03-28 13:57:03 -04:00
Copyright (C) 2021 classabbyamp, 0x5c
Added and switched to the Resource Manager - Added Resource Manager - Migrated most exts to it - Added config entry for the resources URL - Added my ID to template - Bumped copyright on edited files Fixes #246
2021-03-18 09:17:30 -04:00
Changed the licence to LiLiQ-Rplus-1.1 Fixes #387
2021-06-26 20:23:55 -04:00
SPDX-License-Identifier: LiLiQ-Rplus-1.1
Added and switched to the Resource Manager - Added Resource Manager - Migrated most exts to it - Added config entry for the resources URL - Added my ID to template - Bumped copyright on edited files Fixes #246
2021-03-18 09:17:30 -04:00
"""
import utils.resources_models as models
print("Generating schema for index.json")
with open("./dev-notes/rs_index_schema.json", "w") as file:
file.write(models.Index.schema_json(indent=4))
print("Done!")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1700ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API