UNPKG

generator-module-maker

Version:

Node module scaffolding template with lots of optional badges

10 lines (8 loc) 412 B
/** ****************************************************************************************************************** * @file Description of file here. * @author <%= name %> <<%= email %>> * @since 1.0.0 * @date <%= new Date().toDateString() %> *********************************************************************************************************************/ "use strict"; module.exports = () => {};