Vassopoli / gitlab-helper

Helps developers with their development cycle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitlab Helper

Helps developers with their development cycle

Getting started

  1. Install requirements:
pip install -r requirements.txt
  1. Edit your .env file, like this one:
GIT_USERNAME=<my_git_username>
GIT_TOKEN=<my_git_token>

For more information about token generation, read https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html

  1. Run:
python main.py

About

Helps developers with their development cycle


Languages

Language:Python 100.0%