|
2 | 2 |
|
3 | 3 | <!--license--> |
4 | 4 | <a href="https://github.com/sgkens/commitfusion/"> |
5 | | - <img src="https://img.shields.io/badge/MIT-License-blue?style=&logo=unlicense&color=%23004481"> |
6 | | -</a> |
| 5 | + <img src="https://img.shields.io/badge/MIT-License-blue?style=&logo=unlicense&color=%23004481"></a> |
7 | 6 | <!--coverage--> |
8 | | -<a href="https://gitlab.lab.davilion.online/powershell/ccommits/-/commits/main"> |
9 | | - <img src="https://gitlab.snowlab.tk/powershell/ccommits/badgesmain/coverage.svg"> |
10 | | -</a> |
| 7 | +<a href="https://coveralls.io/github/sgkens/commitfusion"> |
| 8 | + <img src="https://img.shields.io/coverallsCoverage/github/sgkens/commitfusion?branch=main"></a> |
11 | 9 | <!--Code Factor--> |
12 | 10 | <a href="https://www.codefactor.io/repository/github/sgkens/commitfusion/"> |
13 | | - <img src="https://www.codefactor.io/repository/github/sgkens/commitfusion/badge"> |
14 | | -</a> |
| 11 | + <img src="https://www.codefactor.io/repository/github/sgkens/commitfusion/badge"></a> |
15 | 12 | <!--Choco--> |
16 | 13 | <a href="https://community.chocolatey.org/packages/davilion.commitfusion"> |
17 | | - <img src="https://img.shields.io/chocolatey/dt/davilion.commitfusion?label=Choco"> |
18 | | -</a> |
| 14 | + <img src="https://img.shields.io/chocolatey/dt/davilion.commitfusion?label=Choco"></a> |
19 | 15 | <!--[psgallary]--> |
20 | 16 | <a href="https://www.powershellgallery.com/packages/commitfusion"> |
21 | | - <img src="https://img.shields.io/powershellgallery/dt/commitfusion?label=psgallary"> |
22 | | -</a> |
| 17 | + <img src="https://img.shields.io/powershellgallery/dt/commitfusion?label=psgallary"></a> |
23 | 18 |
|
24 | 19 | ***CommitFusion*** is a **PowerShell** module designed to streamline the process of generating *Conventional Commits Messages* in `git`. Commit messages are constructed using the 🧷[Conventional Commits specification](https://www.onventionalcommits.org/en/v1.0.0/) standard, and uses 🧷[gitmojis Schema](https://github.com/carloscuesta/gitmoji/blob/master/packages/gitmojis/src/gitmojis.json) see 🧷[gitmoji.dev](https://gitmoji.dev), The module allows the construction of a custimized commit message with a number of options. |
25 | 20 |
|
|
28 | 23 | #### 🔗[https://sgkens.github.io/commitfusion](https://sgkens.github.io/commitfusion/) |
29 | 24 |
|
30 | 25 | <!--Pipline--> |
31 | | -<a href="https://gitlab.lab.davilion.online/powershell/logtastic"> |
| 26 | +<a href="https://gitlab.lab.davilion.online/powershell/commitfusion/-/pipelines"> |
32 | 27 | <img src="https://img.shields.io/gitlab/pipeline-status/powershell%2Fcommitfusion?gitlab_url=https%3A%2F%2Fgitlab.lab.davilion.online%2F&branch=main&logo=gitlab&label=pipeline |
33 | | -"> |
34 | | -</a> |
| 28 | +"></a> |
35 | 29 | <!--Release--> |
36 | 30 | <a href="https://gitlab.lab.davilion.online/powershell/ccommits/-/releases"> |
37 | | - <img src="https://gitlab.lab.davilion.online/powershell/commitfusion/-/badges/release.svg"> |
38 | | -</a> |
| 31 | + <img src="https://gitlab.lab.davilion.online/powershell/commitfusion/-/badges/release.svg"></a> |
39 | 32 |
|
40 | 33 | ## 🚀 Module Features |
41 | | - |
42 | | -#### 🪶 Conventional Commits Standard |
43 | | -Streamlined commit messages for better collaboration. |
44 | | - |
45 | | -#### 🪶 Customizable Commit Message |
46 | | -Tailor your messages to fit your project's unique needs |
47 | | - |
48 | | -#### 🪶 Semver Versioning Generator |
49 | | -Automate versioning with semantic versioning for clear releases. |
50 | | - |
51 | | -#### 🪶 Changelog Auto-update with Markdown Auto-format |
52 | | -Maintain an organized and formatted changelog |
53 | | - |
54 | | -#### 🪶 Gitmoji Custom Schema |
55 | | -Add a touch of personality with custom Gitmoji schemes. |
| 34 | +🪶 Conventional Commits Standard - Streamlined commit messages for better collaboration. \ |
| 35 | +🪶 Customizable Commit Message - Tailor your messages to fit your project's unique needs. \ |
| 36 | +🪶 Semver Versioning Generator - Automate versioning with semantic versioning for clear releases. \ |
| 37 | +🪶 Changelog Auto-update with Markdown Auto-format - Maintain an organized and formatted changelog.\ |
| 38 | +🪶 Gitmoji Custom Schema - Add a touch of personality with custom Gitmoji schemes. |
56 | 39 |
|
57 | 40 | ## 🎾 Using Commitfusion |
58 | 41 |
|
|
0 commit comments