UNPKG

md-generator

Version:

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

10 lines (9 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var testScript = function (projectInfos) { return ({ type: 'input', message: ' Test Script (use empty value to skip)', name: 'testCommand', default: projectInfos.testCommand, }); }; exports.default = testScript;