https://github.com/4l1c3-r4bb1t/git-switcher
:octocat: Gitcher é um gerenciador de contas do GitHub.
https://github.com/4l1c3-r4bb1t/git-switcher
Last synced: 12 months ago
JSON representation
:octocat: Gitcher é um gerenciador de contas do GitHub.
- Host: GitHub
- URL: https://github.com/4l1c3-r4bb1t/git-switcher
- Owner: 4L1C3-R4BB1T
- Created: 2025-06-21T22:10:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-23T00:09:52.000Z (12 months ago)
- Last Synced: 2025-06-23T01:20:56.886Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 430 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🗃️ Sobre
Gitcher é um gerenciador de contas do GitHub. Com ele, é possível alternar rapidamente entre diferentes contas ao realizar operações com o Git, facilitando a configuração de nome e e-mail de forma prática e eficiente.
---
## ⚙️ Como executar o projeto
Clone este repositório:
```bash
git clone https://github.com/4L1C3-R4BB1T/git-switcher.git
cd git-switcher
```
Instale as dependências do projeto:
```bash
npm install
```
Execute o projeto:
```bash
npm run electron
```
### 💻 Executar o projeto em modo desenvolvimento (localhost)
```bash
ng serve # em um terminal
npx electron . --dev # em outro terminal
```
### 📦 Gerar o instalador (build)
```bash
npm run build
npm run make
```
> O instalador será gerado na pasta: ```git-switcher\out\make```
---
## 💡Comandos Úteis
```bash
# Abrir o DevTools no Electron
Ctrl + Shift + I
```
---
🔗 Links
* [Documentação Electron](https://www.electronjs.org/pt/docs/latest)
* [GitHub API](https://docs.github.com/pt/rest?apiVersion=2022-11-28)