I'm not sure how this would be accomplished. Perhaps it's reasonable to supply these values via the command line, but I think that could get ugly.
I think a JSON file containing the values is reasonable. Either (or both?) a .hoganrc file or a --config flag which specified a path to the settings file.
Currently, hulk doesn't allow the user to provide any compilation options. This prevents hulk, for example, from processing templates with special delimiters or section tags.
I'm not sure how this would be accomplished. Perhaps it's reasonable to supply these values via the command line, but I think that could get ugly.
I think a JSON file containing the values is reasonable. Either (or both?) a
.hoganrc
file or a--config
flag which specified a path to the settings file.