A CLI tool that generates configuration files for JOJ3.
Go to file
2024-10-17 18:28:01 -04:00
src/joj3_config_generator chore: cleanup & setup pdm 2024-10-17 18:28:01 -04:00
tests chore: cleanup & setup pdm 2024-10-17 18:28:01 -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: cleanup & setup pdm 2024-10-17 18:28:01 -04:00
LICENSE chore: cleanup & setup pdm 2024-10-17 18:28:01 -04:00
pdm.lock chore: cleanup & setup pdm 2024-10-17 18:28:01 -04:00
pyproject.toml chore: cleanup & setup pdm 2024-10-17 18:28:01 -04:00
README.md chore: cleanup & setup pdm 2024-10-17 18:28:01 -04:00

JOJ3-config-generator

Getting Started

  1. Install Python>=3.10 and PDM.
  2. Install deps by pdm install -G:all.

For developers

pdm run pre-commit install