A CLI tool that generates configuration files for JOJ3.
Go to file
张泊明518370910136 228488cbf2
All checks were successful
build / build (push) Successful in 1m5s
feat: repo & task config model
2024-10-20 01:54:55 -04:00
.gitea/workflows chore(pre-commit): use google/yamlfmt 2024-10-19 06:58:54 -04:00
joj3_config_generator feat: repo & task config model 2024-10-20 01:54:55 -04:00
tests feat: repo & task config model 2024-10-20 01:54:55 -04:00
.editorconfig chore: simple .editorconfig 2024-10-03 22:58:24 -04:00
.gitignore chore: cleanup & setup pdm 2024-10-17 18:28:01 -04: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