Skip to content

Commit c792ccb

Browse files
committed
chore: update template
1 parent 47c5aeb commit c792ccb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/templates.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,17 @@ export const templates = [
182182
githubRepo: 'https://github.com/hunghg255/github-actions-template.git',
183183
},
184184
],
185+
},
186+
{
187+
framwork: 'Template create a CMS',
188+
color: yellow,
189+
variants: [
190+
{
191+
name: 'Vitejs, Antd, Tailwindcss, Jotai',
192+
color: green,
193+
githubRepo: 'https://github.com/hunghg255/cms-vite-antd.git',
194+
},
195+
],
185196
}
186197
];
187198

0 commit comments

Comments
 (0)