创建-fumadocs-应用
用于创建新 Fumadocs 应用的命令行工具
概览
🌐 Overview
尽管是经典的命令行接口使用方式,你也可以在脚本中这样使用它:
🌐 Despite the classical CLI usage, you can also use it in scripts like:
npm install create-fumadocs-appimport { create } from 'create-fumadocs-app';
await create({
outputDir: 'my-app',
template: '+next+fuma-docs-mdx',
packageManager: 'pnpm',
});Last updated on
