about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-11 09:45:18 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-11 09:45:18 +0200
commitedc2a126900a7df96a1c7f1f6c96b6d8ad4f041b (patch)
tree8f8f3d93e08c2baa559457054bb16473233d0943
parentfix(common/treefmt.nix): Improve the prettier formatting configuration (diff)
downloadflake-templates-edc2a126900a7df96a1c7f1f6c96b6d8ad4f041b.tar.gz
flake-templates-edc2a126900a7df96a1c7f1f6c96b6d8ad4f041b.zip
refactor(common/): Remove the `files` subdirectory
-rw-r--r--common/.licensure.yml (renamed from common/files/.licensure.yml)0
-rw-r--r--common/LICENSE.spdx (renamed from common/files/LICENSE.spdx)0
-rw-r--r--common/README.md (renamed from common/files/README.md)0
-rw-r--r--common/docs/%INIT_APPLICATION_NAME.1.md (renamed from common/files/docs/%INIT_APPLICATION_NAME.1.md)0
-rw-r--r--common/init (renamed from common/files/init)0
-rwxr-xr-xcommon/scripts/renew_copyright_header.sh (renamed from common/files/scripts/renew_copyright_header.sh)0
-rw-r--r--common/shell_line_editor.sh (renamed from common/files/shell_line_editor.sh)0
-rw-r--r--common/treefmt.nix (renamed from common/files/treefmt.nix)0
l---------templates/awk/.licensure.yml2
l---------templates/awk/LICENSE.spdx2
l---------templates/awk/README.md2
l---------templates/awk/docs/%INIT_APPLICATION_NAME.1.md2
l---------templates/awk/init2
l---------templates/awk/scripts/renew_copyright_header.sh2
l---------templates/awk/shell_line_editor.sh2
l---------templates/awk/treefmt.nix2
l---------templates/c/.licensure.yml2
l---------templates/c/LICENSE.spdx2
l---------templates/c/README.md2
l---------templates/c/docs/%INIT_APPLICATION_NAME.1.md2
l---------templates/c/init2
l---------templates/c/scripts/renew_copyright_header.sh2
l---------templates/c/shell_line_editor.sh2
l---------templates/c/treefmt.nix2
l---------templates/latex/.licensure.yml2
l---------templates/latex/LICENSE.spdx2
l---------templates/latex/init2
l---------templates/latex/scripts/renew_copyright_header.sh2
l---------templates/latex/shell_line_editor.sh2
l---------templates/latex/treefmt.nix2
l---------templates/rust/.licensure.yml2
l---------templates/rust/LICENSE.spdx2
l---------templates/rust/README.md2
l---------templates/rust/docs/%INIT_APPLICATION_NAME.1.md2
l---------templates/rust/init2
l---------templates/rust/scripts/renew_copyright_header.sh2
l---------templates/rust/shell_line_editor.sh2
l---------templates/rust/treefmt.nix2
l---------templates/shell/.licensure.yml2
l---------templates/shell/LICENSE.spdx2
l---------templates/shell/README.md2
l---------templates/shell/docs/%INIT_APPLICATION_NAME.1.md2
l---------templates/shell/init2
l---------templates/shell/scripts/renew_copyright_header.sh2
l---------templates/shell/shell_line_editor.sh2
l---------templates/shell/treefmt.nix2
46 files changed, 38 insertions, 38 deletions
diff --git a/common/files/.licensure.yml b/common/.licensure.yml
index 639d750..639d750 100644
--- a/common/files/.licensure.yml
+++ b/common/.licensure.yml
diff --git a/common/files/LICENSE.spdx b/common/LICENSE.spdx
index 2b99390..2b99390 100644
--- a/common/files/LICENSE.spdx
+++ b/common/LICENSE.spdx
diff --git a/common/files/README.md b/common/README.md
index 46287a6..46287a6 100644
--- a/common/files/README.md
+++ b/common/README.md
diff --git a/common/files/docs/%INIT_APPLICATION_NAME.1.md b/common/docs/%INIT_APPLICATION_NAME.1.md
index e044647..e044647 100644
--- a/common/files/docs/%INIT_APPLICATION_NAME.1.md
+++ b/common/docs/%INIT_APPLICATION_NAME.1.md
diff --git a/common/files/init b/common/init
index f416b34..f416b34 100644
--- a/common/files/init
+++ b/common/init
diff --git a/common/files/scripts/renew_copyright_header.sh b/common/scripts/renew_copyright_header.sh
index 423547f..423547f 100755
--- a/common/files/scripts/renew_copyright_header.sh
+++ b/common/scripts/renew_copyright_header.sh
diff --git a/common/files/shell_line_editor.sh b/common/shell_line_editor.sh
index 8d6833a..8d6833a 100644
--- a/common/files/shell_line_editor.sh
+++ b/common/shell_line_editor.sh
diff --git a/common/files/treefmt.nix b/common/treefmt.nix
index 794e8fc..794e8fc 100644
--- a/common/files/treefmt.nix
+++ b/common/treefmt.nix
diff --git a/templates/awk/.licensure.yml b/templates/awk/.licensure.yml
index 68a2454..60bd9d8 120000
--- a/templates/awk/.licensure.yml
+++ b/templates/awk/.licensure.yml
@@ -1 +1 @@
-../../common/files/.licensure.yml
\ No newline at end of file
+../../common/.licensure.yml
\ No newline at end of file
diff --git a/templates/awk/LICENSE.spdx b/templates/awk/LICENSE.spdx
index c49b1dc..2aea17f 120000
--- a/templates/awk/LICENSE.spdx
+++ b/templates/awk/LICENSE.spdx
@@ -1 +1 @@
-../../common/files/LICENSE.spdx
\ No newline at end of file
+../../common/LICENSE.spdx
\ No newline at end of file
diff --git a/templates/awk/README.md b/templates/awk/README.md
index 7f79e6c..749b078 120000
--- a/templates/awk/README.md
+++ b/templates/awk/README.md
@@ -1 +1 @@
-../../common/files/README.md
\ No newline at end of file
+../../common/README.md
\ No newline at end of file
diff --git a/templates/awk/docs/%INIT_APPLICATION_NAME.1.md b/templates/awk/docs/%INIT_APPLICATION_NAME.1.md
index 8baad22..4ebb52b 120000
--- a/templates/awk/docs/%INIT_APPLICATION_NAME.1.md
+++ b/templates/awk/docs/%INIT_APPLICATION_NAME.1.md
@@ -1 +1 @@
-../../../common/files/docs/%INIT_APPLICATION_NAME.1.md
\ No newline at end of file
+../../../common/docs/%INIT_APPLICATION_NAME.1.md
\ No newline at end of file
diff --git a/templates/awk/init b/templates/awk/init
index 2daec78..b0aa5bc 120000
--- a/templates/awk/init
+++ b/templates/awk/init
@@ -1 +1 @@
-../../common/files/init
\ No newline at end of file
+../../common/init
\ No newline at end of file
diff --git a/templates/awk/scripts/renew_copyright_header.sh b/templates/awk/scripts/renew_copyright_header.sh
index 70917db..bafc9f4 120000
--- a/templates/awk/scripts/renew_copyright_header.sh
+++ b/templates/awk/scripts/renew_copyright_header.sh
@@ -1 +1 @@
-../../../common/files/scripts/renew_copyright_header.sh
\ No newline at end of file
+../../../common/scripts/renew_copyright_header.sh
\ No newline at end of file
diff --git a/templates/awk/shell_line_editor.sh b/templates/awk/shell_line_editor.sh
index 0d2f727..a139dce 120000
--- a/templates/awk/shell_line_editor.sh
+++ b/templates/awk/shell_line_editor.sh
@@ -1 +1 @@
-../../common/files/shell_line_editor.sh
\ No newline at end of file
+../../common/shell_line_editor.sh
\ No newline at end of file
diff --git a/templates/awk/treefmt.nix b/templates/awk/treefmt.nix
index 94a5d85..bee7806 120000
--- a/templates/awk/treefmt.nix
+++ b/templates/awk/treefmt.nix
@@ -1 +1 @@
-../../common/files/treefmt.nix
\ No newline at end of file
+../../common/treefmt.nix
\ No newline at end of file
diff --git a/templates/c/.licensure.yml b/templates/c/.licensure.yml
index 68a2454..60bd9d8 120000
--- a/templates/c/.licensure.yml
+++ b/templates/c/.licensure.yml
@@ -1 +1 @@
-../../common/files/.licensure.yml
\ No newline at end of file
+../../common/.licensure.yml
\ No newline at end of file
diff --git a/templates/c/LICENSE.spdx b/templates/c/LICENSE.spdx
index c49b1dc..2aea17f 120000
--- a/templates/c/LICENSE.spdx
+++ b/templates/c/LICENSE.spdx
@@ -1 +1 @@
-../../common/files/LICENSE.spdx
\ No newline at end of file
+../../common/LICENSE.spdx
\ No newline at end of file
diff --git a/templates/c/README.md b/templates/c/README.md
index 7f79e6c..749b078 120000
--- a/templates/c/README.md
+++ b/templates/c/README.md
@@ -1 +1 @@
-../../common/files/README.md
\ No newline at end of file
+../../common/README.md
\ No newline at end of file
diff --git a/templates/c/docs/%INIT_APPLICATION_NAME.1.md b/templates/c/docs/%INIT_APPLICATION_NAME.1.md
index 8baad22..4ebb52b 120000
--- a/templates/c/docs/%INIT_APPLICATION_NAME.1.md
+++ b/templates/c/docs/%INIT_APPLICATION_NAME.1.md
@@ -1 +1 @@
-../../../common/files/docs/%INIT_APPLICATION_NAME.1.md
\ No newline at end of file
+../../../common/docs/%INIT_APPLICATION_NAME.1.md
\ No newline at end of file
diff --git a/templates/c/init b/templates/c/init
index 2daec78..b0aa5bc 120000
--- a/templates/c/init
+++ b/templates/c/init
@@ -1 +1 @@
-../../common/files/init
\ No newline at end of file
+../../common/init
\ No newline at end of file
diff --git a/templates/c/scripts/renew_copyright_header.sh b/templates/c/scripts/renew_copyright_header.sh
index 70917db..bafc9f4 120000
--- a/templates/c/scripts/renew_copyright_header.sh
+++ b/templates/c/scripts/renew_copyright_header.sh
@@ -1 +1 @@
-../../../common/files/scripts/renew_copyright_header.sh
\ No newline at end of file
+../../../common/scripts/renew_copyright_header.sh
\ No newline at end of file
diff --git a/templates/c/shell_line_editor.sh b/templates/c/shell_line_editor.sh
index 0d2f727..a139dce 120000
--- a/templates/c/shell_line_editor.sh
+++ b/templates/c/shell_line_editor.sh
@@ -1 +1 @@
-../../common/files/shell_line_editor.sh
\ No newline at end of file
+../../common/shell_line_editor.sh
\ No newline at end of file
diff --git a/templates/c/treefmt.nix b/templates/c/treefmt.nix
index 94a5d85..bee7806 120000
--- a/templates/c/treefmt.nix
+++ b/templates/c/treefmt.nix
@@ -1 +1 @@
-../../common/files/treefmt.nix
\ No newline at end of file
+../../common/treefmt.nix
\ No newline at end of file
diff --git a/templates/latex/.licensure.yml b/templates/latex/.licensure.yml
index 68a2454..60bd9d8 120000
--- a/templates/latex/.licensure.yml
+++ b/templates/latex/.licensure.yml
@@ -1 +1 @@
-../../common/files/.licensure.yml
\ No newline at end of file
+../../common/.licensure.yml
\ No newline at end of file
diff --git a/templates/latex/LICENSE.spdx b/templates/latex/LICENSE.spdx
index c49b1dc..2aea17f 120000
--- a/templates/latex/LICENSE.spdx
+++ b/templates/latex/LICENSE.spdx
@@ -1 +1 @@
-../../common/files/LICENSE.spdx
\ No newline at end of file
+../../common/LICENSE.spdx
\ No newline at end of file
diff --git a/templates/latex/init b/templates/latex/init
index 2daec78..b0aa5bc 120000
--- a/templates/latex/init
+++ b/templates/latex/init
@@ -1 +1 @@
-../../common/files/init
\ No newline at end of file
+../../common/init
\ No newline at end of file
diff --git a/templates/latex/scripts/renew_copyright_header.sh b/templates/latex/scripts/renew_copyright_header.sh
index 70917db..bafc9f4 120000
--- a/templates/latex/scripts/renew_copyright_header.sh
+++ b/templates/latex/scripts/renew_copyright_header.sh
@@ -1 +1 @@
-../../../common/files/scripts/renew_copyright_header.sh
\ No newline at end of file
+../../../common/scripts/renew_copyright_header.sh
\ No newline at end of file
diff --git a/templates/latex/shell_line_editor.sh b/templates/latex/shell_line_editor.sh
index 0d2f727..a139dce 120000
--- a/templates/latex/shell_line_editor.sh
+++ b/templates/latex/shell_line_editor.sh
@@ -1 +1 @@
-../../common/files/shell_line_editor.sh
\ No newline at end of file
+../../common/shell_line_editor.sh
\ No newline at end of file
diff --git a/templates/latex/treefmt.nix b/templates/latex/treefmt.nix
index 94a5d85..bee7806 120000
--- a/templates/latex/treefmt.nix
+++ b/templates/latex/treefmt.nix
@@ -1 +1 @@
-../../common/files/treefmt.nix
\ No newline at end of file
+../../common/treefmt.nix
\ No newline at end of file
diff --git a/templates/rust/.licensure.yml b/templates/rust/.licensure.yml
index 68a2454..60bd9d8 120000
--- a/templates/rust/.licensure.yml
+++ b/templates/rust/.licensure.yml
@@ -1 +1 @@
-../../common/files/.licensure.yml
\ No newline at end of file
+../../common/.licensure.yml
\ No newline at end of file
diff --git a/templates/rust/LICENSE.spdx b/templates/rust/LICENSE.spdx
index c49b1dc..2aea17f 120000
--- a/templates/rust/LICENSE.spdx
+++ b/templates/rust/LICENSE.spdx
@@ -1 +1 @@
-../../common/files/LICENSE.spdx
\ No newline at end of file
+../../common/LICENSE.spdx
\ No newline at end of file
diff --git a/templates/rust/README.md b/templates/rust/README.md
index 7f79e6c..749b078 120000
--- a/templates/rust/README.md
+++ b/templates/rust/README.md
@@ -1 +1 @@
-../../common/files/README.md
\ No newline at end of file
+../../common/README.md
\ No newline at end of file
diff --git a/templates/rust/docs/%INIT_APPLICATION_NAME.1.md b/templates/rust/docs/%INIT_APPLICATION_NAME.1.md
index 8baad22..4ebb52b 120000
--- a/templates/rust/docs/%INIT_APPLICATION_NAME.1.md
+++ b/templates/rust/docs/%INIT_APPLICATION_NAME.1.md
@@ -1 +1 @@
-../../../common/files/docs/%INIT_APPLICATION_NAME.1.md
\ No newline at end of file
+../../../common/docs/%INIT_APPLICATION_NAME.1.md
\ No newline at end of file
diff --git a/templates/rust/init b/templates/rust/init
index 2daec78..b0aa5bc 120000
--- a/templates/rust/init
+++ b/templates/rust/init
@@ -1 +1 @@
-../../common/files/init
\ No newline at end of file
+../../common/init
\ No newline at end of file
diff --git a/templates/rust/scripts/renew_copyright_header.sh b/templates/rust/scripts/renew_copyright_header.sh
index 70917db..bafc9f4 120000
--- a/templates/rust/scripts/renew_copyright_header.sh
+++ b/templates/rust/scripts/renew_copyright_header.sh
@@ -1 +1 @@
-../../../common/files/scripts/renew_copyright_header.sh
\ No newline at end of file
+../../../common/scripts/renew_copyright_header.sh
\ No newline at end of file
diff --git a/templates/rust/shell_line_editor.sh b/templates/rust/shell_line_editor.sh
index 0d2f727..a139dce 120000
--- a/templates/rust/shell_line_editor.sh
+++ b/templates/rust/shell_line_editor.sh
@@ -1 +1 @@
-../../common/files/shell_line_editor.sh
\ No newline at end of file
+../../common/shell_line_editor.sh
\ No newline at end of file
diff --git a/templates/rust/treefmt.nix b/templates/rust/treefmt.nix
index 94a5d85..bee7806 120000
--- a/templates/rust/treefmt.nix
+++ b/templates/rust/treefmt.nix
@@ -1 +1 @@
-../../common/files/treefmt.nix
\ No newline at end of file
+../../common/treefmt.nix
\ No newline at end of file
diff --git a/templates/shell/.licensure.yml b/templates/shell/.licensure.yml
index 68a2454..60bd9d8 120000
--- a/templates/shell/.licensure.yml
+++ b/templates/shell/.licensure.yml
@@ -1 +1 @@
-../../common/files/.licensure.yml
\ No newline at end of file
+../../common/.licensure.yml
\ No newline at end of file
diff --git a/templates/shell/LICENSE.spdx b/templates/shell/LICENSE.spdx
index c49b1dc..2aea17f 120000
--- a/templates/shell/LICENSE.spdx
+++ b/templates/shell/LICENSE.spdx
@@ -1 +1 @@
-../../common/files/LICENSE.spdx
\ No newline at end of file
+../../common/LICENSE.spdx
\ No newline at end of file
diff --git a/templates/shell/README.md b/templates/shell/README.md
index 7f79e6c..749b078 120000
--- a/templates/shell/README.md
+++ b/templates/shell/README.md
@@ -1 +1 @@
-../../common/files/README.md
\ No newline at end of file
+../../common/README.md
\ No newline at end of file
diff --git a/templates/shell/docs/%INIT_APPLICATION_NAME.1.md b/templates/shell/docs/%INIT_APPLICATION_NAME.1.md
index 8baad22..4ebb52b 120000
--- a/templates/shell/docs/%INIT_APPLICATION_NAME.1.md
+++ b/templates/shell/docs/%INIT_APPLICATION_NAME.1.md
@@ -1 +1 @@
-../../../common/files/docs/%INIT_APPLICATION_NAME.1.md
\ No newline at end of file
+../../../common/docs/%INIT_APPLICATION_NAME.1.md
\ No newline at end of file
diff --git a/templates/shell/init b/templates/shell/init
index 2daec78..b0aa5bc 120000
--- a/templates/shell/init
+++ b/templates/shell/init
@@ -1 +1 @@
-../../common/files/init
\ No newline at end of file
+../../common/init
\ No newline at end of file
diff --git a/templates/shell/scripts/renew_copyright_header.sh b/templates/shell/scripts/renew_copyright_header.sh
index 70917db..bafc9f4 120000
--- a/templates/shell/scripts/renew_copyright_header.sh
+++ b/templates/shell/scripts/renew_copyright_header.sh
@@ -1 +1 @@
-../../../common/files/scripts/renew_copyright_header.sh
\ No newline at end of file
+../../../common/scripts/renew_copyright_header.sh
\ No newline at end of file
diff --git a/templates/shell/shell_line_editor.sh b/templates/shell/shell_line_editor.sh
index 0d2f727..a139dce 120000
--- a/templates/shell/shell_line_editor.sh
+++ b/templates/shell/shell_line_editor.sh
@@ -1 +1 @@
-../../common/files/shell_line_editor.sh
\ No newline at end of file
+../../common/shell_line_editor.sh
\ No newline at end of file
diff --git a/templates/shell/treefmt.nix b/templates/shell/treefmt.nix
index 94a5d85..bee7806 120000
--- a/templates/shell/treefmt.nix
+++ b/templates/shell/treefmt.nix
@@ -1 +1 @@
-../../common/files/treefmt.nix
\ No newline at end of file
+../../common/treefmt.nix
\ No newline at end of file