UNPKG

generator-angular-blueprint

Version:

Yeoman angular generator that allows you to override global templates with your own!

5 lines (4 loc) 176 B
var strings = require('underscore.string'); module.exports = function(dir, name, type, fileExt) { return dir + '/' + strings.dasherize(name) + '.' + type + '.' + fileExt; };