This tool is to help you manage gitlab projects:
- generate a project based on templates
- python 3
- requests module
pip3 install requests
TODO:
- update
private_token,base_urlandbase_pathinconfig/config.py - update the simple.py template with your desire label, milestone,,, etc.
- add a project in gitlab.
- using project_id run
python template.py <project_id> - that is it :)