dot-require
Node.js extension installer for doT templates
Usage
require('dot-require').install();
Or with options:
;
templateSettings
defaults to doT.templateSettings
, with partial defaults supported. For more information on templateSettings
refere to the doT documentation.
extension
defaults to .dot
And to uninstall:
require('dot-require').uninstall();
Changelog
1.0.1
- Accidentally a word
- Removed unnecessary testing code
1.0.0
- Initial release