We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0a15c commit 2912c7eCopy full SHA for 2912c7e
1 file changed
src/templates.ts
@@ -19,7 +19,8 @@ export const defaultTemplates: Template[] = [
19
description: "A starter template for Patternfly react typescript project",
20
repo: "https://github.com/patternfly/patternfly-react-seed.git",
21
repoSSH: "git@github.com:patternfly/patternfly-react-seed.git",
22
- packageManager: "yarn"
+ options: ["--single-branch", "--branch", "main"],
23
+ packageManager: "npm"
24
},
25
{
26
name: "compass-starter",
0 commit comments