From 460c5f8d1573bd6fa1dbccaba9d846d31fcbd429 Mon Sep 17 00:00:00 2001 From: JuPrgn Date: Thu, 7 Nov 2024 14:09:22 +0100 Subject: [PATCH] doc: Module generator alternative path.md Add documentation to commit fixing #949 --- plugins/module_generator/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/module_generator/README.md b/plugins/module_generator/README.md index d13dfd36..3f263a8f 100644 --- a/plugins/module_generator/README.md +++ b/plugins/module_generator/README.md @@ -37,6 +37,14 @@ that nice? ### Paths +The directories found in the project `:paths:` are reused. You can also specify an alternative default generation path using: +``` +:module_generator: + :path_src: src/ + :path_inc: src/ + :path_tst: test/ +``` + But what if I don't want it to place my new files in the default location? It can do that too! You can give it a hint as to where to find your files. The pattern matching