Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffersondanielss/semantic-commit

:pencil: A rigid commit message format.
https://github.com/jeffersondanielss/semantic-commit

avajs flow git nodejs travis-ci yarn

Last synced: 4 days ago
JSON representation

:pencil: A rigid commit message format.

Awesome Lists containing this project

README

        

# Semantic Commit cli

[![Build Status](https://travis-ci.org/jeffersondanielss/semantic-commit.svg?branch=master)](https://travis-ci.org/jeffersondanielss/semantic-commit)

how use preview

## What is it?

A rigid [commit](https://seesparkbox.com/foundry/semantic_commit_messages) message format.

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

## How install ?

Install Globally
```bash
$ npm i -g semantic-commit
```

## Options ?

Use pt-br

```bash
$ semantic-commit --pt
```

Show version

```bash
$ semantic-commit --version
```

Show instructions

```bash
$ semantic-commit --help
```

#### Disclaimer
> [Semantic Commit Messages](https://seesparkbox.com/foundry/semantic_commit_messages).