https://github.com/labs-js/turbo-git-log
Semantic git logs according your commit convention
https://github.com/labs-js/turbo-git-log
conventions git log semantic turbo-git turbo-log
Last synced: about 2 months ago
JSON representation
Semantic git logs according your commit convention
- Host: GitHub
- URL: https://github.com/labs-js/turbo-git-log
- Owner: labs-js
- License: mit
- Created: 2016-11-27T22:31:04.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2018-03-16T14:02:09.000Z (over 8 years ago)
- Last Synced: 2026-05-02T01:34:31.883Z (about 2 months ago)
- Topics: conventions, git, log, semantic, turbo-git, turbo-log
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/labs-js/turbo-git-log)
[](https://codecov.io/gh/labs-js/turbo-git-log)
[](https://www.npmjs.com/package/turbo-git-log)
[](https://github.com/labs-js/turbo-git/blob/master/CONVENTION.md)
[](https://www.bithound.io/github/labs-js/turbo-git-log)
[](https://codeclimate.com/github/labs-js/turbo-git-log)
# turbo-git-log
**Turbo git log command** -> Semantic git logs according your commit convention.
-----
This package will print out the git log semantically parsed according the commit convetion, the **Turbo Log**. The colors on the commits will be apply only if the commit follow the obtained commit convention.
> Note: The commit convention are being obtained by the `.turbogit` config file on the corresponding git repo. If this config file is not on the repo, turbo-git-log will use the default convention got by the package [turbo-git-config](https://github.com/labs-js/turbo-git-config/) which is the [turbo-commit](https://github.com/labs-js/turbo-git/blob/develop/CONVENTION.md) convention.
#### This lib is part of the [Turbo Git](https://github.com/labs-js/turbo-git) -> Making your git even more awesome 😎🙌
## Install CLI:
```bash
npm install -g turbo-git-log
```
You will the command the `turbo-git-log`
## Install as Local dependency:
```
npm install --save turbo-git-log
```
And then from the code anytime that you want to call the turbo git log:
```javascript
require('turbo-git-log')()
```
## What do I get?
> Well now you can see your git log with semantics commits. So.. the colors on the git log have sense now:

- This example is using the [turbo-commit](https://github.com/labs-js/turbo-git/blob/develop/CONVENTION.md) convention