ninja
ninja copied to clipboard
make templates dir configurable
Currently templates dir is hardcoded: src/main/java/. See ninja.template.TemplateEngineFreemarker#srcDir.
Though, a best practice in Java project is storing such resources in src/main/resources.
I suggest at least to make it configurable.
Sounds like a good idea :) PRs are really welcome. Let us know if we can help in any way!
yes, I will prepare a PR.