Skip to content

Commit 22411a5

Browse files
committed
feat: Add README.md content including badges, license, and project details
1 parent b01ccc3 commit 22411a5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# sqlite3-cli-manager
1+
<h1 align="center">sqlite3-cli-manager</h1>
2+
3+
<p align="center">
4+
<a href="https://github.com/Simatwa/sqlite3-cli-manager/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/static/v1?logo=GPL&color=Blue&message=MIT&label=License"/></a>
5+
<a href="https://github.com/psf/black"><img alt="Black" src="https://img.shields.io/badge/code%20style-black-000000.svg"/></a>
6+
<a href="https://github.com/Simatwa/sqlite3-cli-manager/actions/workflows/python-package.yml"><img alt="Python Package flow" src="https://github.com/Simatwa/sqlite3-cli-manager/actions/workflows/python-test.yml/badge.svg?branch=main"/></a>
7+
<a href="https://github.com/Simatwa/sqlite3-cli-manager/releases/latest"><img src="https://img.shields.io/github/downloads/Simatwa/sqlite3-cli-manager/total?label=Asset%20Downloads&color=success" alt="Downloads"></img></a>
8+
<a href="https://github.com/Simatwa/sqlite3-cli-manager/releases"><img src="https://img.shields.io/github/v/release/Simatwa/sqlite3-cli-manager?color=success&label=Release&logo=github" alt="Latest release"></img></a>
9+
<a href="https://github.com/Simatwa/sqlite3-cli-manager/releases"><img src="https://img.shields.io/github/release-date/Simatwa/sqlite3-cli-manager?label=Release date&logo=github" alt="release date"></img></a>
10+
</p>
11+
212
Python tool designed to interact with SQLite databases via command-line interface
313

414
# Pre-requisite

0 commit comments

Comments
 (0)