UNPKG

generator-hilary

Version:

Yeoman generator for projects that use hilary IoC (DI)

9 lines (5 loc) 137 B
module.exports = function (grunt) { 'use strict'; grunt.registerTask('<%= name %>', '[DESCRIPTION]', function () { }); };