We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81490b0 commit 942b400Copy full SHA for 942b400
.changeset/tidy-foxes-tell.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-template-fe": patch
3
4
+
5
+add unbuild template
src/templates.ts
@@ -2,6 +2,7 @@ import {
blue,
cyan,
green,
+ lightBlue,
6
lightGreen,
7
lightRed,
8
magenta,
@@ -110,6 +111,11 @@ export const templates = [
110
111
color: green,
112
githubRepo: 'https://github.com/hunghg255/npm-package-template',
113
},
114
+ {
115
+ name: 'unbuild, typescript',
116
+ color: lightBlue,
117
+ githubRepo: 'https://github.com/hunghg255/unbuild-package-template.git',
118
+ },
119
],
120
}
121
];
0 commit comments