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

https://github.com/yaroslavgaponov/ccc

small tool for create right commit
https://github.com/yaroslavgaponov/ccc

changelog changelog-generator changelog-schema git

Last synced: about 2 months ago
JSON representation

small tool for create right commit

Awesome Lists containing this project

README

          

conventional changelog commit
==========================

small tool for create right commit

## Demo
![demo](https://raw.githubusercontent.com/YaroslavGaponov/ccc/master/images/demo.gif "demo")

## Run
```bash
curl https://raw.githubusercontent.com/YaroslavGaponov/ccc/master/ccc.sh | bash
```

## Run via npm

package.json
```json
{
"scripts": {
"commit": "curl https://raw.githubusercontent.com/YaroslavGaponov/ccc/master/ccc.sh | bash"
}
}
```
command

```bash
npm run commit
```

## Link
Conventional changelog [Github](https://github.com/conventional-changelog)