md-generator
Version:
NPM Package which bootstraps Development by creating all required .md files to meet community standards.
10 lines (9 loc) • 326 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var contributingUrl = function (packageJson) { return ({
type: 'input',
message: ' Issues page URL (use empty value to skip)',
name: 'contributingUrl',
default: packageJson.contributingUrl,
}); };
exports.default = contributingUrl;