UNPKG

generator-verb

Version:

Kickstart documentation for any project! This is the official Yeoman generator for Verb, the zero-configuration markdown docs generator that is extremely easy to use and extend.

13 lines (10 loc) 279 B
/*! * <%= _.slugify(projectname) %> <https://github.com/<%= username %>/<%= _.slugify(projectname) %>> * * Copyright (c) <%= (new Date).getFullYear() %>, <%= authorname %>. * Licensed under the MIT License. */ 'use strict'; module.exports = function () { // do stuff };