We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb8289 commit f8a5cd7Copy full SHA for f8a5cd7
src/templates.ts
@@ -9,6 +9,11 @@ const templates = [
9
description: "A starter template for Patternfly compass theme typescript project",
10
repo: "https://github.com/patternfly/patternfly-react-seed.git",
11
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"
17
}
18
]
19
0 commit comments