
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
git-cometer
Advanced tools
Uma ferramenta para escrever a mensagem de um commit em português, porém enviá-lo em inglês.
Uma ferramenta para escrever a mensagem de um commit em português, porém enviá-lo em inglês.
Esta ferramenta adiciona um comando equivalente a git commit -m <msg>, porém, traduz a mensagem (<msg>) para a língua inglesa (caso esteja na língua portuguesa) antes de realizar o commit.
Instale-o com NPM via linha de comando:
$ npm install -g git-cometer
git-cometer <mensagem>
# você também pode usar o comando `git cometer`
Por exemplo: o comando git-cometer "Olá, Mundo!" será equivalente a git commit -m "Hello World!". Você também pode verificar como ficará a mensagem e pedir confirmação para realizar o commit. Veja o exemplo:
$ git cometer "Olá, Mundo!" --confirmar
? A tradução "Hello World!" está correta? (Y/n)
Você também pode usar git-cometer <mensagem> --emendar, como um comando equivalente a git commit -m <mgs> --amend, para editar a mensagem do último commit.
Para utilizar esta ferramenta, você deverá estar conectado com a internet. Todas as mensagens são traduzidas utilizando o módulo google-translate-api.
MIT © Matheus Alves
FAQs
Uma ferramenta para escrever a mensagem de um commit em português, porém enviá-lo em inglês.
We found that git-cometer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.