Skip to main content

Console tool for manage projects on github/gitlab

Project description

Git Manager Tool

Console tool for manage projects on github/gitlab

Installation

Install with pip:

  • pip install gitmantool

Install from source:

  • git clone https://github.com/katmai1/gitmantool && cd gitmantool
  • pip install -r requirements.txt
  • pip install -e

Usage

Go to your project folder and execute the new gm command. First time ask for link of your repo, for example: https://github.com/katmai1/gitmanager

Development

Requeriments for developers

  • pip install --upgrade setuptools wheel twine

How to generate a new version

  • Assign version number on file setup.py
  • Commit all changes
  • git tag 0.1 -m "tag description"
  • git push --tags origin master

Build package:

  • python setup.py sdist bdist_wheel

Upload

  • twine upload -r pypi --skip-existing dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitmantool-0.7.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

gitmantool-0.7-py3-none-any.whl (17.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page