Skip to content

Commit c2a94a4

Browse files
committed
feat: add templates.json to define template configurations
1 parent ba75e54 commit c2a94a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

templates.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"templates": [
3+
{
4+
"name": "template-ts",
5+
"description": "",
6+
"author": "",
7+
"repository": {
8+
"url": "https://github.com/pkgtoolsjs/template-ts.git"
9+
}
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)