A CLI tool that generates configuration files for JOJ3.
| joj3_config_generator | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| LICENSE | ||
| pdm.lock | ||
| pyproject.toml | ||
| README.md | ||
JOJ3-config-generator
Getting Started
For users
- Install Python>=3.6 and pip.
- Install the project by
pip install . - Run it by
joj3-config-generator --help
For developers
- Install Python>=3.6 and PDM.
- Install deps by
pdm install && pdm run pre-commit install. - Run the cli app by
pdm run app --help