Skip to content

Commit 99901a9

Browse files
committed
Initial commit
0 parents  commit 99901a9

39 files changed

+7579
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
dist
3+
.idea

manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "generate-app",
3+
"id": "1418157121635562344",
4+
"api": "1.0.0",
5+
"capabilities": ["inspect", "codegen"],
6+
"codegenLanguages": [
7+
{ "label": "JSON", "value": "json" },
8+
{ "label": "Web Components", "value": "html" },
9+
{ "label": "React", "value": "react" }
10+
],
11+
"enableProposedApi": true,
12+
"editorType": ["dev"],
13+
"ui": "dist/index.html",
14+
"main": "dist/index.js"
15+
}

0 commit comments

Comments
 (0)