304 B
304 B
JOJ3-config-generator
Getting Started
- Install Python>=3.10 and PDM.
- Install deps by
pdm install --prod
. - Run it by
pdm run joj3-config-generator --help
For developers
pdm install --dev
pdm run pre-commit install