Skip to content

Commit c92cbc6

Browse files
committed
feat: enhance README with additional badges and updated documentation link
1 parent 4db27ff commit c92cbc6

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
# Copia
1+
<p align="center">
2+
<img src="docs/assets/logo.svg" width="80" alt="Copia logo">
3+
</p>
24

5+
<h1 align="center" style="color:#4caf6e;">Copia</h1>
6+
7+
<p align="center">
8+
<a href="https://github.com/gitmobkab/copia/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/gitmobkab/copia/ci.yml?branch=main&style=for-the-badge&label=CI" alt="CI"></a>
9+
<a href="https://pypi.org/project/copia-seed/"><img src="https://img.shields.io/pypi/v/copia-seed?style=for-the-badge&color=4caf6e" alt="PyPI"></a>
10+
<a href="https://pypi.org/project/copia-seed/"><img src="https://img.shields.io/pypi/pyversions/copia-seed?style=for-the-badge" alt="Python"></a>
11+
<a href="LICENSE"><img src="https://img.shields.io/github/license/gitmobkab/copia?style=for-the-badge" alt="License"></a>
12+
<a href="https://gitmobkab.github.io/copia/"><img src="https://img.shields.io/badge/docs-material-4caf6e?style=for-the-badge" alt="Docs"></a>
13+
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=for-the-badge" alt="Ruff"></a>
14+
</p>
15+
16+
---
317
**Seed your database without the hassle.**
418

519
Most frameworks either ship a seeder with questionable decisions, or don't ship one at all. Copia is a TUI-based database seeder with its own declarative language — you describe what data you want, column by column, and Copia generates and inserts it.
@@ -39,7 +53,7 @@ copia # launch the TUI
3953

4054
## Documentation
4155

42-
[copia.readthedocs.io](https://copia.readthedocs.io)
56+
[the official copia documentation is available here](https://gitmobkab.github.io/copia/)
4357

4458
---
4559

0 commit comments

Comments
 (0)