A CLI tool that generates configuration files for JOJ3.
Go to file
2024-10-17 22:05:52 -04:00
joj3_config_generator fix: use flat layout 2024-10-17 22:05:52 -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 fix: use flat layout 2024-10-17 22:05:52 -04:00
pyproject.toml fix: use flat layout 2024-10-17 22:05:52 -04:00
README.md fix: use flat layout 2024-10-17 22:05:52 -04:00

JOJ3-config-generator

Getting Started

For users

  1. Install Python>=3.6 and pip.
  2. Install the project by pip install .
  3. Run it by joj3-config-generator --help

For developers

  1. Install Python>=3.6 and PDM.
  2. Install deps by pdm install && pdm run pre-commit install.
  3. Run the cli app by pdm run app --help