Utility to make managing project directories easier.
- Clone the repo
cd projectdiffview- Create a virtual environment with
virtualenv .venv - Activate that environment
pip install -r requirements-dev.txtpre-commit installpip install -e .tox
- Clone the repo
cd projectdiffviewpip install -e .
Open defaults.py in a text editor and update the template_directory to the correct path. The application should be able to support any path that pathlib supports. You may have to re-install with pip install -e . from the root directory.
template_directory = Path(__file__).parents[1].joinpath("template")Git does not allow you to store empty directories, so there is an empty .keep file in every "empty" directory.
