Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 483 Bytes

File metadata and controls

27 lines (18 loc) · 483 Bytes

python-repos-standards

usage

  1. Add this repo as a submodule in your python repo (microservice or lirery):
git submodule add https://github.com/RickyCode/python-repos-standards.git .standards/
  1. Run the python script that syncs the required files:
python .standards/sync.py
  1. When doin changes on your python repo don't forget to update the submodule:
git submodule update --remote
  1. Sync again:
python .standards/sync.py