JOJ3-config-generator/README.md

444 B

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