Skip to content

Commit c5e2585

Browse files
Update README.md
1 parent f22c244 commit c5e2585

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

README.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,42 @@
11
# Auto Commit Message ⚙️ 🧙‍♂️ ✉️
22
> A VS Code extension to generate a smart commit message based on file changes
33
4-
<!-- Badges generated with https://michaelcurrin.github.io/badge-generator/#/ -->
4+
<!-- Badges mostly generated with https://michaelcurrin.github.io/badge-generator/#/ -->
55

66
[![Node CI](https://github.com/MichaelCurrin/auto-commit-msg/workflows/Node%20CI/badge.svg)](https://github.com/MichaelCurrin/auto-commit-msg/actions?query=workflow:"Node+CI")
77
[![CodeQL](https://github.com/MichaelCurrin/auto-commit-msg/workflows/CodeQL/badge.svg)](https://github.com/MichaelCurrin/auto-commit-msg/actions?query=workflow%3ACodeQL)
8-
[![Known Vulnerabilities](https://snyk.io/test/github/MichaelCurrin/auto-commit-msg/badge.svg?targetFile=package.json)](https://snyk.io/test/github/MichaelCurrin/auto-commit-msg?targetFile=package.json)
9-
8+
[![License](https://img.shields.io/badge/License-MIT-blue)](#license "Go to License section")
9+
[![Contributions - welcome](https://img.shields.io/badge/Contributions-welcome-blue)](/CONTRIBUTING.md "View contributing doc")
1010

11+
<!--
1112
[![GitHub release](https://img.shields.io/github/release/MichaelCurrin/auto-commit-msg?include_prereleases&sort=semver)](https://github.com/MichaelCurrin/auto-commit-msg/releases/)
12-
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)
13-
![maintained - yes](https://img.shields.io/badge/maintained-yes-blue)
1413
![GitHub last commit](https://img.shields.io/github/last-commit/MichaelCurrin/auto-commit-msg)
15-
[![contributions - welcome](https://img.shields.io/badge/contributions-welcome-blue)](/CONTRIBUTING.md)
14+
-->
1615

17-
[![Made for VS Code](https://img.shields.io/badge/Made_for-VS_Code-blue)](https://code.visualstudio.com/)
18-
[![Made with Node.js](https://img.shields.io/badge/Node.js->=12-blue?logo=node.js&logoColor=white)](https://nodejs.org)
19-
[![Package - Typescript](https://img.shields.io/github/package-json/dependency-version/MichaelCurrin/auto-commit-msg/dev/typescript?logo=typescript&logoColor=white)](https://www.npmjs.com/package/typescript)
16+
[![Known Vulnerabilities](https://snyk.io/test/github/MichaelCurrin/auto-commit-msg/badge.svg?targetFile=package.json)](https://snyk.io/test/github/MichaelCurrin/auto-commit-msg?targetFile=package.json)
17+
[![Made for VS Code](https://img.shields.io/badge/Made_for-VS_Code-blue)](https://code.visualstudio.com/ "Go to VS Code homepage")
18+
[![Made with Node.js](https://img.shields.io/badge/Node.js->=12-blue?logo=node.js&logoColor=white)](https://nodejs.org "Go to Node.js homepage")
19+
[![Package - Typescript](https://img.shields.io/github/package-json/dependency-version/MichaelCurrin/auto-commit-msg/dev/typescript?logo=typescript&logoColor=white)](https://www.npmjs.com/package/typescript "Go to TypeScript homepage")
2020

2121

2222
<div align="center">
2323

2424
<!-- Must not be SVG. Also all image URLs must be full HTTPS URLs - absolute paths. -->
2525
<a href="https://marketplace.visualstudio.com/items?itemName=MichaelCurrin.auto-commit-msg"
2626
title="Go to Marketplace extension page">
27-
<img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/images/icon.png"
28-
alt="Logo"
29-
width="200" />
30-
</a>
27+
28+
<img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/images/icon.png"
29+
alt="Logo"
30+
width="200" />
31+
32+
![VS Code extension marketplace version](https://img.shields.io/visual-studio-marketplace/v/MichaelCurrin.auto-commit-msg)
33+
![VS Code extension installs](https://img.shields.io/visual-studio-marketplace/i/MichaelCurrin.auto-commit-msg)
34+
![VS Code extension rating](https://img.shields.io/visual-studio-marketplace/r/MichaelCurrin.auto-commit-msg)
35+
![VS Code extension release date](https://img.shields.io/visual-studio-marketplace/release-date/MichaelCurrin.auto-commit-msg)
36+
![maintained - yes](https://img.shields.io/badge/maintained-yes-blue)
3137

38+
</a>
39+
3240
[Getting started](#getting-started) | [Features](#features) | [Sample screenshots](#sample-usage) | [Docs](#documentation)
3341

3442
</div>
@@ -45,7 +53,7 @@
4553

4654
## Getting started
4755

48-
How to install and run.
56+
How to install and run the extension in VS Code.
4957

5058
<div align="center">
5159

0 commit comments

Comments
 (0)