-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathllms.txt
More file actions
14 lines (9 loc) · 751 Bytes
/
llms.txt
File metadata and controls
14 lines (9 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# lean-package-validator
> lean-package-validator is a library and CLI for generating and validating the .gitattributes file of a Git repository, written in PHP.
You can use the lean-package-validator to generate and validate the .gitattributes file. It prevents non-source code-related
artifacts from making it into package releases. It comes with presets for PHP, Python, JavaScript, and more.
The lean-package-validator includes several CLI commands to interact with a present .gitattributes file. Its focused group
are package maintainers.
## Reference
- [gitattributes documentation](https://git-scm.com/docs/gitattributes)
- [lean-package-validator documentation](https://github.com/raphaelstolt/lean-package-validator/blob/main/README.md)