https://github.com/henrique-coder/correios-tools
Ferramentas para uso interno dos Correios.
https://github.com/henrique-coder/correios-tools
Last synced: 5 months ago
JSON representation
Ferramentas para uso interno dos Correios.
- Host: GitHub
- URL: https://github.com/henrique-coder/correios-tools
- Owner: henrique-coder
- License: other
- Created: 2025-12-23T18:09:53.000Z (6 months ago)
- Default Branch: dev
- Last Pushed: 2026-01-16T18:29:35.000Z (5 months ago)
- Last Synced: 2026-01-18T00:41:51.325Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 385 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# correios-tools
Ferramentas para uso interno dos Correios.
## Instalação
> **Requisito:** PowerShell deve estar habilitado no sistema.
**Habilitar PowerShell (se necessário):**
```powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
```
**Instalar:**
```powershell
irm https://github.com/henrique-coder/correios-tools/releases/download/minified-scripts/install.min.ps1 | iex
```
**Alternativa via CMD:**
```cmd
powershell -ep bypass -c "irm https://github.com/henrique-coder/correios-tools/releases/download/minified-scripts/install.min.ps1 | iex"
```
## Uso
Após instalação, o atalho **Correios Tools** será criado na Área de Trabalho.
Funcionalidades:
- Abrir Edge/Chrome com extensões carregadas
- Sincronização automática
- Auto-atualização
## Desenvolvimento
```bash
just format # Formatar código
just lint # Verificar linting
```
## Licença
Uso interno — Correios do Brasil