Metadata-Version: 2.1
Name: git_assistente
Version: 0.1.6
Summary: Um assistente do Git para subir projetos no GitHub
Home-page: UNKNOWN
Author: CarlosAllberto
Author-email: dasilvacarlosalberto344@gmail.com
License: MIT License
Keywords: git assistente
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

<div align=center>
  <img src="./assets/logo.png" width="200px"/>
</div>

## License

[![License: MIT](https://img.shields.io/github/license/gcla/termshark.svg?color=yellow)](LICENSE)

<h3 align=center>Script/Biblioteca criada com o intuito de automatizar tarefas do Git</h3>

Um Assistente do Git criado para ajudar, automatizar e ser mais produtivo.
Script criado para iniciantes aprenderem a usar o Git (por isso sempre retorna os comandos usados) e também profissionais serem mais rápidos (pelo fato de ser muito rápido).

<div align=center>
  <img src="./assets/print.png" width="70%"/>
</div>
<br/><br/>

## Instalação:

```
pip install git-assistente
```

## Executar:

Derivado do Debian:

```
git-assistente
```

Derivado do Ubuntu:

```
python3 -m git-assistente
```

## License

[![License: MIT](https://img.shields.io/github/license/gcla/termshark.svg?color=yellow)](LICENSE)


