PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
templates
/
helpers
var chalk = require('chalk'); var templateColors = ['yellow', 'green', 'cyan', 'red', 'white', 'magenta']; function colors(Handlebars) { templateColors.forEach(function(color) { Handlebars.registerHelper(color, function(context) { return chalk[color](context.fn(this)); }); }); } module.exports = colors;
[-] indent.js
[edit]
[-] sum.js
[edit]
[+]
..
[-] rpad.js
[edit]
[-] colors.js
[edit]
[-] index.js
[edit]
[-] condense.js
[edit]