UNPKG

md-generator

Version:

NPM Package which bootstraps Development by creating all required .md files to meet community standards.

10 lines (9 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var authorName = function (projectInfos) { return ({ type: 'input', message: ' Author\'s name', name: 'authorName', default: projectInfos.author, }); }; exports.default = authorName;