1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 13:15:25 +02:00

reuse: add page (#16443)

This commit is contained in:
Seth Falco 2025-05-10 18:07:51 +01:00 committed by GitHub
parent b6effd364d
commit 39fee6c869
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages/common/reuse.md Normal file
View file

@ -0,0 +1,20 @@
# reuse
> Tool for compliance with the REUSE recommendations.
> More information: <https://reuse.readthedocs.io/en/stable/man/index.html>.
- Lint for REUSE compliance for the current project (version control aware):
`reuse lint`
- Lint for REUSE compliance from the specified directory:
`reuse --root {{path/to/directory}} lint`
- Download a license by its SPDX identifier and place it in the LICENSES directory:
`reuse download {{spdx-identifier}}`
- Download all missing licenses detected in the project:
`reuse download --all`