GitLab backup tool for repositories, issues, wikis, and snippets.
pip install -e foxysafe- Copy the default_config.yamlto a customconfig.yamland adjust the settings to your needs.
- Copy the .env.exampleto.envand 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:
foxysafeIf 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.yamlpython -m pip install -e ".[dev]"Further, you can use Makefile to run linting:
make lint