Skip to content

create-fumadocs-app@16.1.26

Choose a tag to compare

@github-actions github-actions released this 07 Sep 05:21
20e9b5f

Add --yes flag for non-interactive usage

create-fumadocs-app -y (--yes) skips every prompt and uses the default for options you didn't pass, so scripts and AI coding agents can scaffold a project without a TTY:

npx create-fumadocs-app@latest my-docs --template +next+fuma-docs-mdx --install --yes

Previously this required setting CI=1. In --yes mode, a non-empty target directory fails instead of prompting for deletion.