From 39fee6c869baa4068a38a6ee3c6ef742c99989f1 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Sat, 10 May 2025 18:07:51 +0100 Subject: [PATCH] reuse: add page (#16443) --- pages/common/reuse.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/reuse.md diff --git a/pages/common/reuse.md b/pages/common/reuse.md new file mode 100644 index 0000000000..e90deb5366 --- /dev/null +++ b/pages/common/reuse.md @@ -0,0 +1,20 @@ +# reuse + +> Tool for compliance with the REUSE recommendations. +> More information: . + +- 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`