Skip to content

joint-online-judge/JOJ3-config-generator

Repository files navigation

JOJ3-config-generator

Getting Started

For users

  1. Install Python>=3.9 and pip
  2. Install the project by pip install git+ssh://[email protected]:2222/JOJ/JOJ3-config-generator.git
  3. Run it by joj3-config-generator --help

For developers

  1. Clone this repo by ssh://[email protected]:2222/JOJ/JOJ3-config-generator.git
  2. Install Python>=3.9 and PDM
  3. Install deps by pdm install && pdm run pre-commit install.
  4. Run the cli app by pdm run app --help