UNPKG

md-generator

Version:

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

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