create-fumadocs-app
The CLI to create new Fumadocs apps
Overview
Despite the classical CLI usage, you can also use it in scripts like:
npm install create-fumadocs-app
import { create } from 'create-fumadocs-app';
await create({
outputDir: 'my-app',
template: '+next+fuma-docs-mdx',
packageManager: 'pnpm',
});
How is this guide?
Last updated on