gnormal / gnorm

A database-first code generator for any language
https://gnorm.org
Other
487 stars 40 forks source link

Template Function Plugins #3

Closed natefinch closed 6 years ago

natefinch commented 7 years ago

Since functions are a key part of making templates simpler to write, we want to add the ability for users of gnorm to implement their own functions to add to the template funcMap. The plugins are simple executables that are run by gnorm, which thus may be written in any language.

Template Function Plugins

Template function plugins are simple executables which implement the following conventions:

Listing available functions

gernest commented 6 years ago

@natefinch this should be closed. I forgot to do it in commits.