Add mustache templates and config

This commit is contained in:
2026-02-28 04:15:12 -04:00
parent c82a7e926f
commit 870e36c414
3 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{{#models}}
{{#model}}
#include "{{packageName}}/model/{{classname}}.h"
namespace models {
// Nlohmann-based models are header-only for now.
} // namespace models
{{/model}}
{{/models}}