UNPKG

@appworks/doctor

Version:

Analyse and running codemods over react/rax projects, troubleshooting and automatically fixing errors

34 lines (33 loc) 708 B
{ "version": { "alias": "v", "desc": "Print the version.", "type": "boolean" }, "help": { "alias": "h", "desc": "Display this help text.", "type": "boolean" }, "scan": { "alias": "s", "desc": "Scan target project directory.", "type": "string" }, "ignore": { "desc": "Ignore directories when scan.", "type": "array" }, "supportExts": { "desc": "Support file ext list. (example: jsx css html ...)", "type": "array" }, "framework": { "desc": "Target project framework, default is `react`", "type": "string" }, "languageType": { "desc": "Target project languageType(js or ts), default is `js`", "type": "string" } }