Skip to content

Commit 0d2b836

Browse files
committed
Polish README package links
1 parent 064a507 commit 0d2b836

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# json-csv-kit
22

3+
[![npm version](https://img.shields.io/npm/v/json-csv-kit.svg)](https://www.npmjs.com/package/json-csv-kit)
4+
[![License: MPL-2.0](https://img.shields.io/badge/license-MPL--2.0-blue.svg)](LICENSE)
35
[![CI](https://github.com/Recoveredd/json-csv-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/Recoveredd/json-csv-kit/actions/workflows/ci.yml)
46

57
Convert JSON records to clean CSV with TypeScript-first options.
68

79
`json-csv-kit` is a small utility for exports, admin tools, reports, support dashboards, docs generators and browser-based data tools. It keeps the common JSON-to-CSV path simple while leaving room for explicit columns, nested data and safe CSV escaping.
810

9-
Demo: [packages.wasta-wocket.fr/json-csv-kit/](https://packages.wasta-wocket.fr/json-csv-kit/)
11+
Links: [Demo](https://packages.wasta-wocket.fr/json-csv-kit/) · [npm](https://www.npmjs.com/package/json-csv-kit) · [GitHub](https://github.com/Recoveredd/json-csv-kit)
1012

1113
## Package quality
1214

0 commit comments

Comments
 (0)