mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 23:51:51 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/reuse
Normal file
25
tldr/reuse
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user