We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df8d44 commit 7d76289Copy full SHA for 7d76289
.changeset/free-rings-accept.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-better-t-stack": patch
3
4
+
5
+add --no-git option to fumadocs setup command
apps/cli/src/helpers/setup/fumadocs-setup.ts
@@ -59,7 +59,7 @@ export async function setupFumadocs(config: ProjectConfig) {
59
60
const templateArg = TEMPLATES[template].value;
61
62
- const commandWithArgs = `create-fumadocs-app@latest fumadocs --template ${templateArg} --src --no-install --pm ${packageManager} --no-eslint`;
+ const commandWithArgs = `create-fumadocs-app@latest fumadocs --template ${templateArg} --src --no-install --pm ${packageManager} --no-eslint --no-git`;
63
64
const fumadocsInitCommand = getPackageExecutionCommand(
65
packageManager,
0 commit comments