GitLab backup tool for repositories, issues, wikis, and snippets.
pip install -e foxysafe
- Copy the
default_config.yaml
to a customconfig.yaml
and adjust the settings to your needs. - Copy the
.env.example
to.env
and adjust the settings to your needs.
If you have cloned the repository and want to run the package from the source directory and the default_config.yaml
file:
foxysafe
If you have cloned the repository and want to run the package from with a path to a custom config PATH_TO/config.yaml
:
foxysafe --config-name PATH_TO_CONFIG.yaml
python -m pip install -e ".[dev]"
Further, you can use Makefile to run linting:
make lint