Skip to content

Commit e99bb38

Browse files
committed
feat: Introduce llms.txt file and script for creating it
1 parent 06f385b commit e99bb38

3 files changed

Lines changed: 840 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"lint:fix": "biome lint --write src/",
1515
"format": "biome format src/",
1616
"format:fix": "biome format --write src/",
17+
"generate:llms-txt": "tsx scripts/generate-llms-txt.ts",
1718
"check": "biome check src/ && pnpm run lint:links",
1819
"check:fix": "biome check --write src/"
1920
},

0 commit comments

Comments
 (0)