@tomjs/create-app
Version:
Create a node/web/electron/vscode project based on tomjs
31 lines (30 loc) • 1.52 kB
JSON
{
"app.description": "Create a node/web/electron/vscode project based on tomjs",
"options.cwd": "Current working directory",
"options.help": "Show help information",
"options.interactive": "Force interactive",
"options.overwrite": "Overwrite existing project",
"options.package": "Create a package for the workspace project",
"options.packageName": "Package name",
"options.private": "Set as private project",
"options.verbose": "Show verbose logs",
"options.version": "Show version information",
"prompt.cancel": "Operation cancelled",
"prompt.confirm.no": "No",
"prompt.confirm.yes": "Yes",
"prompt.exist.message": "Target directory {0} is not empty. Please choose how to proceed:",
"prompt.exist.option.ignore": "Ignore files and continue",
"prompt.exist.option.no": "Cancel operation",
"prompt.exist.option.yes": "Delete existing files and continue",
"prompt.gitUrl.message": "Please select git repository URL:",
"prompt.orgName.invalid": "Invalid organization",
"prompt.orgName.message": "Please enter git repository organization:",
"prompt.package.invalid": "Invalid package.json name",
"prompt.package.message": "Please enter package name:",
"prompt.project.invalid": "Invalid project name",
"prompt.project.message": "Please enter project name:",
"prompt.public.message": "Is this a public project?",
"prompt.template.back": "← Back",
"prompt.template.message": "Please select template:",
"prompt.templateType.message": "Please select template type:"
}