npm install task-jst``js`
var jst = new (require('task-jst'))
jst.run(inputs, options, logger)
#### options.settings
Type: object
By default, uses ERB-style template delimiters, change the following template settings to use alternative delimiters.
``
{
evaluate : /<%([\s\S]+?)%>/g,
interpolate : /<%=([\s\S]+?)%>/g,
escape : /<%-([\s\S]+?)%>/g,
include : /<%@([\s\S]+?)%>/g
}
#### options.namespace
Type: string
#### options.wrapper
Type: select["amd", "kmd"]`
Options: