Skip to content

Commit

Permalink
doc: Module generator alternative path.md
Browse files Browse the repository at this point in the history
Add documentation to commit fixing #949
  • Loading branch information
JuPrgn authored Nov 7, 2024
1 parent 60c24c2 commit 460c5f8
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 460c5f8

Please sign in to comment.