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
- Host: GitHub
- URL: https://github.com/ctrlaltdev/ccc-wrap
- Owner: ctrlaltdev
- License: mpl-2.0
- Created: 2021-05-25T17:34:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T01:32:55.000Z (over 4 years ago)
- Last Synced: 2025-02-14T19:39:27.939Z (11 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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