Skip to content

ssevertson/dust-render-strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dust-render-strings

A stupid-simple utility to evaluate any strings in an object which contain dust templates, in the context of the provided object.

Useful for providing templating capabilities for configuration JSON files. For example, with Flatiron or NConf:

var dustRenderStrings = require('dust-render-strings');
app.config.stores.literal.store = dustRenderStrings(app.config.get());

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published