@extjs/sencha-cmd-linux-32
Version:
Productivity and performance optimization tool for building applications with Sencha Ext JS and Sencha Touch.
23 lines • 583 B
JSON
{
"creator": "Sencha",
"version": "1.0",
"templateType": "app",
"params": [{
"type": "string",
"name": "appName",
"group": "General",
"label": "App Name",
"defaultValue": "MyApp",
"tip": "The name of the application to generate",
"doc": "The application name must be a valid JavaScript ...",
"validators": [{
"type": "presence"
}]
},{
"type": "string",
"name": "toolkit"
}],
"conditional": {
"sass": "(frameworkVer + '').indexOf('6') != 0"
}
}