PHPackages                             jakjr/deployer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. jakjr/deployer

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

jakjr/deployer
==============

Um pacote para auxiliar no deploy utilizando SVN e Jenkins

1.0.5(10y ago)153MITJavaScriptPHP &gt;=5.4.0

Since Jul 14Pushed 1w ago2 watchersCompare

[ Source](https://github.com/jakjr/deployer)[ Packagist](https://packagist.org/packages/jakjr/deployer)[ RSS](/packages/jakjr-deployer/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (6)Used By (0)

deployer
========

[](#deployer)

Skill/extensão multi-agente pra deploy em projetos do GovTI/Celepar: bump de tag + push + build Jenkins, abertura de Ticket de deploy no Portal de Serviços (suporte.celepar.pr.gov.br), e envio de email gerencial de aviso — agnóstico de projeto, lê tudo de `DEPLOY_*` no `.env`.

Instalação
----------

[](#instalação)

### Claude Code

[](#claude-code)

```
git clone https://github.com/jakjr/deployer ~/.claude/skills/deployer
cd ~/.claude/skills/deployer/bin && npm install
```

Skill carregada automaticamente (descrição em `SKILL.md`).

### Outros agentes (Gemini CLI, etc)

[](#outros-agentes-gemini-cli-etc)

Mesma instalação — clone + `npm install` em `bin/`. Cada agente lê seu próprio glue file na raiz (`GEMINI.md`) ou cai no genérico `AGENTS.md`. Os scripts em `bin/` são Node puro, chamados do mesmo jeito por qualquer agente que rode bash.

Uso
---

[](#uso)

Ver `AGENTS.md` pra referência rápida dos 3 comandos (`tag.mjs`, `ticket.mjs`, `mail.mjs`) e `SKILL.md` pra detalhe completo (variáveis de ambiente, template de email, fluxo conversacional recomendado).

Primeira execução em cada projeto dispara wizard interativo que grava config no `.env` do projeto — não fica nada hardcoded nesta skill.

Estrutura
---------

[](#estrutura)

```
SKILL.md                   # glue Claude Code (description aciona auto-load)
GEMINI.md                  # glue Gemini CLI
AGENTS.md                  # glue genérico, fallback
bin/
  lib.mjs                  # env loader, wizard, helpers compartilhados
  tag.mjs                  # bump de tag + push + trigger Jenkins
  ticket.mjs                # abre ticket no Portal de Serviços
  mail.mjs                  # monta e manda email gerencial via SMTP
  mail_template.default.md  # template padrão de email
  package.json              # dependência nodemailer

```

Cuidado
-------

[](#cuidado)

Sem `--dry-run`/`--force`, as ações são reais e não reversíveis: cria tag/push/build Jenkins de verdade, abre ticket de verdade, manda email de verdade. Senha do Portal fica em base64 no `.env` do projeto que usa a skill (ofuscação, não criptografia) — não versionar esse `.env`.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance64

Regular maintenance activity

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Total

5

Last Release

3979d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d6e282b162ca7251b449a5756f0d7bd292934449c90f9ca2fdcb849073cd961?d=identicon)[jakjr](/maintainers/jakjr)

---

Top Contributors

[![jakjr](https://avatars.githubusercontent.com/u/3920960?v=4)](https://github.com/jakjr "jakjr (1 commits)")

### Embed Badge

![Health badge](/badges/jakjr-deployer/health.svg)

```
[![Health](https://phpackages.com/badges/jakjr-deployer/health.svg)](https://phpackages.com/packages/jakjr-deployer)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
