Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jeffersondanielss/semantic-commit
- Owner: jeffersondanielss
- License: mit
- Created: 2017-08-02T22:16:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T16:28:20.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T12:31:54.747Z (3 months ago)
- Topics: avajs, flow, git, nodejs, travis-ci, yarn
- Language: JavaScript
- Homepage: http://jeffersondaniel.com/semantic-commit
- Size: 378 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - jeffersondanielss/semantic-commit - :pencil: A rigid commit message format. (nodejs)
README
# Semantic Commit cli
[![Build Status](https://travis-ci.org/jeffersondanielss/semantic-commit.svg?branch=master)](https://travis-ci.org/jeffersondanielss/semantic-commit)
## 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).