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

https://github.com/eifinger/semantic-commit-demo

Playground for Semantic Commits
https://github.com/eifinger/semantic-commit-demo

Last synced: 24 days ago
JSON representation

Playground for Semantic Commits

Awesome Lists containing this project

README

        

# SemanticCommitDemo

Playground for Semantic Commits

[![GitHub Actions](https://github.com/eifinger/semantic-commit-demo/workflows/Python%20package/badge.svg)](https://github.com/eifinger/semantic-commit-demo/actions?workflow=Python+package)
[![PyPi](https://img.shields.io/pypi/v/SemanticCommitDemo.svg)](https://pypi.python.org/pypi/SemanticCommitDemo)
[![PyPi](https://img.shields.io/pypi/l/SemanticCommitDemo.svg)](https://github.com/eifinger/SemanticCommitDemo/blob/master/LICENSE)
[![codecov](https://codecov.io/gh/eifinger/SemanticCommitDemo/branch/master/graph/badge.svg)](https://codecov.io/gh/eifinger/SemanticCommitDemo)
[![Downloads](https://pepy.tech/badge/SemanticCommitDemo)](https://pepy.tech/project/SemanticCommitDemo)

## Installation

```bash
pip install SemanticCommmitDemo
```

## Usage

```python
from SemanticCommitDemo import HelloWorld

world = HelloWorld()
world.say_hello()
```