md-generator
Version:
NPM Package which bootstraps Development by creating all required .md files to meet community standards.
26 lines (25 loc) • 706 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.projectInfos = {
name: 'name',
description: 'description',
version: 'version',
author: 'author',
homepage: 'homepage',
repositoryUrl: 'repositoryUrl',
contributingUrl: 'contributingUrl',
githubUsername: 'githubUsername',
engines: 'demo string',
licenseName: {
name: 'demo string',
},
licenseUrl: 'demo string',
documentationUrl: 'demo string',
isGithubRepo: true,
usage: 'demo string',
testCommand: 'demo string',
isGithubRepos: true,
projectName: 'demo string',
projectPrerequisites: 'demo string',
isProjectOnNpm: 'demo string'
};