Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tibuurcio/cz-ptbr-changelog
Commitzen adapter para projetos escritos em pt-BR 🇧🇷
https://github.com/tibuurcio/cz-ptbr-changelog
commit-conventions commit-message commitizen conventional-changelog pt-br
Last synced: 5 days ago
JSON representation
Commitzen adapter para projetos escritos em pt-BR 🇧🇷
- Host: GitHub
- URL: https://github.com/tibuurcio/cz-ptbr-changelog
- Owner: tibuurcio
- License: mit
- Created: 2017-06-30T19:59:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T08:17:14.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T08:32:11.002Z (7 months ago)
- Topics: commit-conventions, commit-message, commitizen, conventional-changelog, pt-br
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cz-ptbr-changelog
[![travis build status](https://img.shields.io/travis/tibuurcio/cz-ptbr-changelog.svg)](https://travis-ci.org/tibuurcio/cz-ptbr-changelog)
[![npm version](https://img.shields.io/npm/v/cz-ptbr-changelog.svg)](https://www.npmjs.com/package/cz-ptbr-changelog)
![MIT license](https://img.shields.io/npm/l/cz-ptbr-changelog.svg)Commitizen adapter para projetos escritos em pt-BR que seguem o formato conventional-changelog.
Commitizen é uma interface de linha de comando para auxiliar a criar mensagens para seus commits seguindo um padrão predefinido. Este projeto é um padrão traduzido para pt-BR do [padrão seguido pelo AngularJS].
Para utilizar esse padrão em seu projeto, tenha certeza de ter o commitizen instalado globalmente:
`npm install commitizen -g`
Em seguida, navegue até a pasta do seu projeto e inicialize o commitizen com este projeto como convenção de mensagens:
`commitizen init cz-ptbr-changelog --save-dev --save-exact`
Quando for commitar alterações, basta utilizar o comando `git cz`.
![git cz output](http://i.imgur.com/nSslMYx.png)
Para mais informações, ver [commitizen](https://github.com/commitizen/cz-cli).
## License
MIT © Gabriel Tibúrcio