Skip to content

Commit 4bde5b2

Browse files
committed
Adds descriptive llms.txt file
1 parent 8ca3476 commit 4bde5b2

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ box.json.dist export-ignore
1515
CHANGELOG.md export-ignore
1616
example/ export-ignore
1717
LICENSE.md export-ignore
18+
llms.txt export-ignore
1819
lpv-logo.png export-ignore
1920
peck.json export-ignore
2021
phpstan.neon.dist export-ignore

llms.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# lean-package-validator
2+
3+
> lean-package-validator is a library and CLI for generating and validating the .gitattributes file of a Git repository, written in PHP.
4+
5+
You can use the lean-package-validator to generate and validate the .gitattributes file. It prevents non-source code related
6+
artifacts to make it into package releases.
7+
8+
The lean-package-validator includes several CLI commands to interact with a present .gitattributes file. Its focused group
9+
are package maintainers.
10+
11+
## Reference
12+
13+
- [gitattributes documentation](https://git-scm.com/docs/gitattributes)
14+
- [lean-package-validator documentation](https://github.com/raphaelstolt/lean-package-validator/blob/main/README.md)

peck.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"licenseless",
3434
"overwritable",
3535
"infoed",
36-
"stdin"
36+
"stdin",
37+
"llms"
3738
],
3839
"paths": []
3940
}

0 commit comments

Comments
 (0)