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
- Host: GitHub
- URL: https://github.com/eifinger/semantic-commit-demo
- Owner: eifinger
- License: mit
- Created: 2021-10-13T09:52:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T16:43:59.000Z (over 2 years ago)
- Last Synced: 2025-04-12T08:58:52.463Z (24 days ago)
- Language: Python
- Size: 601 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SemanticCommitDemo
Playground for Semantic Commits
[](https://github.com/eifinger/semantic-commit-demo/actions?workflow=Python+package)
[](https://pypi.python.org/pypi/SemanticCommitDemo)
[](https://github.com/eifinger/SemanticCommitDemo/blob/master/LICENSE)
[](https://codecov.io/gh/eifinger/SemanticCommitDemo)
[](https://pepy.tech/project/SemanticCommitDemo)## Installation
```bash
pip install SemanticCommmitDemo
```## Usage
```python
from SemanticCommitDemo import HelloWorldworld = HelloWorld()
world.say_hello()
```