forked from UI5/plugins-coding-agents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
26 lines (26 loc) · 747 Bytes
/
Copy pathplugin.json
File metadata and controls
26 lines (26 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "ui5",
"version": "0.1.2",
"description": "SAPUI5 / OpenUI5 plugin for coding agents. Creates and validates UI5 projects, accesses API documentation, runs UI5 linter, retrieves development guidelines and best practices for UI5 development.",
"author": {
"name": "SAP SE"
},
"homepage": "https://github.com/UI5/plugins-coding-agents",
"repository": "https://github.com/UI5/plugins-coding-agents",
"license": "Apache-2.0",
"keywords": [
"sap",
"ui5",
"sapui5",
"openui5",
"opa5",
"plugin",
"linter",
"api-documentation",
"development-guidelines",
"best-practices"
],
"skills": [
"./skills/"
]
}