Skip to content

Commit

Permalink
Merge pull request #950 from JuPrgn/patch-1
Browse files Browse the repository at this point in the history
doc: Module generator alternative path
  • Loading branch information
mvandervoord authored Nov 7, 2024
2 parents 60c24c2 + 460c5f8 commit 8dcf4fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/module_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dcf4fc

Please sign in to comment.