A CLI tool that generates configuration files for JOJ3.
Go to file
李衍志523370910113 779fcaa63c
Some checks failed
build / build (push) Failing after 1m2s
fix: result_detail parser
2024-10-23 23:30:41 +08:00
.gitea/workflows chore(pre-commit): use google/yamlfmt 2024-10-19 06:58:54 -04:00
joj3_config_generator fix: result_detail parser 2024-10-23 23:30:41 +08:00
tests fix: result_detail parser 2024-10-23 23:30:41 +08:00
.editorconfig chore: simple .editorconfig 2024-10-03 22:58:24 -04:00
.gitignore feat: migrate repo & init classes 2024-10-23 18:53:41 +08:00
.pre-commit-config.yaml chore(pre-commit): use google/yamlfmt 2024-10-19 06:58:54 -04:00
LICENSE chore: cleanup & setup pdm 2024-10-17 18:28:01 -04:00
pdm.lock feat: repo & task config model 2024-10-20 01:54:55 -04:00
pyproject.toml feat: repo & task config model 2024-10-20 01:54:55 -04:00
README.md docs: install from gitea repo 2024-10-18 01:39:20 -04:00

JOJ3-config-generator

Getting Started

For users

  1. Install Python>=3.6 and pip
  2. Install the project by pip install git+ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-config-generator.git
  3. Run it by joj3-config-generator --help

For developers

  1. Clone this repo by ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-config-generator.git
  2. Install Python>=3.6 and PDM
  3. Install deps by pdm install && pdm run pre-commit install.
  4. Run the cli app by pdm run app --help