Skip to content

Commit 60a91c2

Browse files
committed
Add logo and polish README header
1 parent 8bd6718 commit 60a91c2

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1-
# morph
1+
<p align="center">
2+
<img src="assets/logo.png" alt="morph logo" width="180" />
3+
</p>
24

3-
**Universal data format converter with a mapping language.**
5+
<h1 align="center">morph</h1>
6+
7+
<p align="center">
8+
<strong>Universal data format converter with a mapping language.</strong>
9+
</p>
10+
11+
<p align="center">
12+
<a href="#quick-start">Quick Start</a> •
13+
<a href="#supported-formats">Formats</a> •
14+
<a href="#the-mapping-language">Mapping Language</a> •
15+
<a href="#installation">Install</a>
16+
</p>
17+
18+
---
419

520
`morph` converts structured data between formats — JSON, YAML, TOML, CSV, XML, MessagePack, and more — using a simple, readable mapping language that gives you full control over how fields are transformed.
621

assets/logo.png

217 KB
Loading

0 commit comments

Comments
 (0)