Skip to content

Commit f8a5cd7

Browse files
committed
Added nextjs template.
1 parent 5eb8289 commit f8a5cd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/templates.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ const templates = [
99
description: "A starter template for Patternfly compass theme typescript project",
1010
repo: "https://github.com/patternfly/patternfly-react-seed.git",
1111
options: ["--single-branch", "--branch", "compass_theme"]
12+
},
13+
{
14+
name: "patternfly-nextjs-seed",
15+
description: "A starter template for Patternfly nextjs project",
16+
repo: "git@github.com:patternfly/patternfly-nextjs-seed.git"
1217
}
1318
]
1419

0 commit comments

Comments
 (0)