A CLI tool that generates configuration files for JOJ3.
| src | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| LICENSE | ||
| main.py | ||
| mypy.ini | ||
| pyproject.toml | ||
| README.md | ||
JOJ3-config-generator
Getting Started
Setup venv (Optional)
python3 -m venv env # you only need to do that once
# each time when you need this venv, if on Linux / macOS use
source env/bin/activate
For developers
pip3 install ".[dev]"
pre-commit install
Run tests
pytest -svv