UNPKG

generator-pattern

Version:

Generator to scaffold a hybrid pattern based on a combination of Brad Frost and Dave Olsen's Pattern Lab and SMACSS

17 lines (14 loc) 323 B
(function($){ /** * Represents <%= patternName %> * @function / @class * @param {type} name description * @this text * @fires text * @returns {type} description * @description text * @example text */ function <%= patternFuncName %>() { } })(jQuery);