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
- Host: GitHub
- URL: https://github.com/yaroslavgaponov/ccc
- Owner: YaroslavGaponov
- Created: 2019-04-01T14:54:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T08:05:19.000Z (about 7 years ago)
- Last Synced: 2025-07-12T04:39:11.593Z (12 months ago)
- Topics: changelog, changelog-generator, changelog-schema, git
- Language: Shell
- Size: 131 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
conventional changelog commit
==========================
small tool for create right commit
## 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)