zensols.mkproj.velocity
A Clojure library to wrap Velocity: https://velocity.apache.org
apply-template
(apply-template context template)
Do the interpolation and processing of a template using map context and return the result as a string.
create-template-from-file
(create-template-from-file file)
Read a template from file.
create-template-from-reader
(create-template-from-reader name reader)
Read and create a Velocity template.
create-template-from-string
(create-template-from-string name str)
Read a Velocity template as a string and call it name, which seems to be useless.