Skip to content

Commit d56ce58

Browse files
committed
Merge branch 'feature/template-next-ts-tailwind'
2 parents 10a00fd + c130fe3 commit d56ce58

4 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v3
1515

16+
- name: Pull all submodule
17+
run: git submodule update --init --recursive
18+
1619
- name: Setup Node.js
1720
uses: actions/setup-node@v2
1821
with:

.gitmodules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[submodule "templates/template-next-ts-tailwind"]
2+
url = https://github.com/pnstack/template-next-ts-tailwind.git

src/templates.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ export const FRAMEWORKS: Framework[] = [
4747
display: "NestJS",
4848
color: cyan,
4949
variants: [
50+
{
51+
name: "next-ts-tailwind",
52+
display: "Nextjs Typescript TailwindCSS",
53+
color: magenta,
54+
},
5055
{
5156
name: "nestjs-cli",
5257
display: "nestjs-cli ↗",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit c8677d09a07c2e651f3f8c9f9a9856ccda9829f0

0 commit comments

Comments
 (0)