File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ This is a TypeScript port of the original `files-to-prompt` tool written in Pyth
22
22
2 . Download the script
23
23
- Install via jsr.io
24
24
``` shell
25
- curl https://jsr.io/@fry69/files-to-prompt-ts/0.1.6 /files-to-prompt.ts > ftp.ts
25
+ curl https://jsr.io/@fry69/files-to-prompt-ts/0.1.7 /files-to-prompt.ts > ftp.ts
26
26
```
27
27
28
28
- Install via GitHub
29
29
30
30
` ` ` shell
31
- curl https://raw.githubusercontent.com/fry69/files-to-prompt-ts/v0.1.6 /files-to-prompt.ts > ftp.ts
31
+ curl https://raw.githubusercontent.com/fry69/files-to-prompt-ts/v0.1.7 /files-to-prompt.ts > ftp.ts
32
32
` ` `
33
33
34
34
3. Make the script executable with ` chmod +x ftp.ts`
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fry69/files-to-prompt-ts" ,
3
- "version" : " 0.1.6 " ,
3
+ "version" : " 0.1.7 " ,
4
4
"exports" : " ./files-to-prompt.ts"
5
5
}
You can’t perform that action at this time.
0 commit comments