Skip to content

Commit 942b400

Browse files
committed
add unbuild template
1 parent 81490b0 commit 942b400

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/tidy-foxes-tell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-template-fe": patch
3+
---
4+
5+
add unbuild template

src/templates.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {
22
blue,
33
cyan,
44
green,
5+
lightBlue,
56
lightGreen,
67
lightRed,
78
magenta,
@@ -110,6 +111,11 @@ export const templates = [
110111
color: green,
111112
githubRepo: 'https://github.com/hunghg255/npm-package-template',
112113
},
114+
{
115+
name: 'unbuild, typescript',
116+
color: lightBlue,
117+
githubRepo: 'https://github.com/hunghg255/unbuild-package-template.git',
118+
},
113119
],
114120
}
115121
];

0 commit comments

Comments
 (0)