mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Improve template description
This commit is contained in:
@ -38,7 +38,7 @@ module.exports = function(grunt) {
|
|||||||
if (currentAppName.indexOf("template-") == 0) {
|
if (currentAppName.indexOf("template-") == 0) {
|
||||||
var templateName = currentAppName.substring("template-".length);
|
var templateName = currentAppName.substring("template-".length);
|
||||||
contentAsObject.name = "tns-" + currentAppName;
|
contentAsObject.name = "tns-" + currentAppName;
|
||||||
contentAsObject.description = "Nativescript " + templateName + " template";
|
contentAsObject.description = "Nativescript " + templateName + " project template";
|
||||||
specificKeywords.push("template");
|
specificKeywords.push("template");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user