jeffersondanielss / semantic-commit

:pencil: A rigid commit message format.

Home Page:http://jeffersondaniel.com/semantic-commit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Commit cli

Build Status

how use preview

What is it?

A rigid commit message format.

feat: add hat wobble
^--^  ^------------^
|     |
|     +-> Summary in present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.

How install ?

Install Globally

$ npm i -g semantic-commit

Options ?

Use pt-br

$ semantic-commit --pt

Show version

$ semantic-commit --version

Show instructions

$ semantic-commit --help

Disclaimer

Semantic Commit Messages.

About

:pencil: A rigid commit message format.

http://jeffersondaniel.com/semantic-commit

License:MIT License


Languages

Language:JavaScript 100.0%