get-llms 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,8 +3,16 @@
|
|
|
3
3
|
|
|
4
4
|
## Install
|
|
5
5
|
|
|
6
|
+
install it globally
|
|
7
|
+
|
|
6
8
|
```bash
|
|
7
9
|
npm install -g get-llms
|
|
10
|
+
``` p
|
|
11
|
+
|
|
12
|
+
or just run it with npx
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
npx get-llms
|
|
8
16
|
```
|
|
9
17
|
|
|
10
18
|
## Usage
|
|
@@ -226,7 +234,7 @@ By default, files are saved to:
|
|
|
226
234
|
```
|
|
227
235
|
docs/llms/
|
|
228
236
|
├── zod.txt
|
|
229
|
-
├──
|
|
237
|
+
├── react-native.txt
|
|
230
238
|
└── [package-name].txt
|
|
231
239
|
```
|
|
232
240
|
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "get-llms",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "CLI tool for fetching llms.txt files for all of your dependencies",
|
|
5
|
-
"homepage": "https://github.com/balazshevesi/llms
|
|
5
|
+
"homepage": "https://github.com/balazshevesi/get-llms#readme",
|
|
6
6
|
"bin": {
|
|
7
7
|
"get-llms": "dist/bin/index.js"
|
|
8
8
|
},
|
|
9
9
|
"bugs": {
|
|
10
|
-
"url": "https://github.com/balazshevesi/llms
|
|
10
|
+
"url": "https://github.com/balazshevesi/get-llms/issues"
|
|
11
11
|
},
|
|
12
12
|
"llms": "https://raw.githubusercontent.com/balazshevesi/get-llms/main/README.md",
|
|
13
13
|
"llmsFull": "https://raw.githubusercontent.com/balazshevesi/get-llms/main/README.md",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "git+https://github.com/balazshevesi/llms
|
|
16
|
+
"url": "git+https://github.com/balazshevesi/get-llms.git"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"author": "Balazs Hevesi",
|