UNPKG

md-generator

Version:

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

10 lines (9 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var installScript = function () { return ({ type: 'input', message: ' Install Script (use empty value to skip)', name: 'installCommand', default: 'npm install', }); }; exports.default = installScript;