- Install Python>=3.9 and pip
- Install the project by
pip install git+ssh://[email protected]:2222/JOJ/JOJ3-config-generator.git
- Run it by
joj3-config-generator --help
- Clone this repo by
ssh://[email protected]:2222/JOJ/JOJ3-config-generator.git
- Install Python>=3.9 and PDM
- Install deps by
pdm install && pdm run pre-commit install
. - Run the cli app by
pdm run app --help