How to use the help function from grunt
Find comprehensive JavaScript grunt.help code examples handpicked from public code repositorys.
GitHub: gruntjs/grunt-init
100 101 102 103 104 105 106 107 108 109
}; grunt.help.templates = function() { grunt.log.header('Available templates'); if (templates.length > 0) { grunt.help.table(templates); } else { grunt.log.writeln().writeln('(No templates found)'); } grunt.log.writeln().writelns(
71
191
0
+ 3 other calls in file
grunt.file is the most popular function in grunt (372 examples)