You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+18-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
- Command-line interface (CLI) tool for easy conversion
8
8
- Multiple knobs available for customizing the conversion process. Don't need to minify? No problem! Prefer Array of Structures (AoS) over Structure of Arrays (SoA)? We got you covered!
9
9
10
-
## Installation (CLI and Library)
10
+
## Installation (CLI)
11
11
```bash
12
12
npm install -g mdt2json
13
13
```
@@ -27,6 +27,14 @@ Options:
27
27
```
28
28
29
29
## Library Usage
30
+
31
+
### Installation
32
+
```
33
+
npm install mdt2json
34
+
npm install -D @types/unist # Required for TypeScript
- Converting markdown tables to JSON for use in your web application
40
57
- Improve token efficiency of your markdown files for use in retrieval augmented generation (RAG) architecture with LLMs (Large Language Models) such as GPT-3
0 commit comments