A CLI tool that generates configuration files for JOJ3.
Go to file
2025-02-27 01:26:21 -05:00
.gitea/workflows ci: use local checkout 2025-02-25 03:12:25 -05:00
joj3_config_generator fix: default path for tests 2025-02-27 01:26:21 -05:00
tests chore: remove unused utils 2025-02-27 01:25:56 -05:00
.editorconfig chore: simple .editorconfig 2024-10-03 22:58:24 -04:00
.gitignore chore: ignore pdm.lock to mimic real user 2024-10-21 07:29:01 -04:00
.pre-commit-config.yaml chore: remove all unused imports 2024-11-09 19:42:19 -05:00
LICENSE chore: cleanup & setup pdm 2024-10-17 18:28:01 -04:00
pyproject.toml refactor: re-organize tests & models 2024-10-22 06:17:09 -04:00
README.md docs(README): list pdm run 2025-02-24 20:53:09 -05:00

JOJ3-config-generator

Getting Started

For users

  1. Install Python>=3.9 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 git clone ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-config-generator.git
  2. Install Python>=3.9 and PDM
  3. Change dir to the repo, cd JOJ3-config-generator
  4. Install deps by pdm install && pdm run pre-commit install
  5. Run the cli app by pdm run app --help
  6. Check other commands or scripts with pdm run --list