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

https://github.com/ctrlaltdev/ccc-wrap

Packages for ccc
https://github.com/ctrlaltdev/ccc-wrap

Last synced: 7 months ago
JSON representation

Packages for ccc

Awesome Lists containing this project

README

          

# Wrapper for Conventional Commit Checker

[Conventional Commit Checker](https://github.com/ctrlaltdev/ccc)

The purpose of this repo is to provide language specific packages that will download the right CCC binary and add it as a git hook to check the format of the commit.

## JavaScript

```sh
npm install https://github.com/ctrlaltdev/ccc-wrap/releases/download/v1.0.0-beta-js/ccc-js.tar.gz
```

## Python

WIP