UNPKG

paratrooper

Version:

Deployment CLI for Node on Ubuntu (nginx & upstart) with Git

10 lines (7 loc) 216 B
'use strict'; module.exports = function (Handlebars) { Handlebars.registerHelper('verbose', function (debug) { var result = debug ? '' : ' > /dev/null'; return new Handlebars.SafeString(result); }); };