Hanzo Docs

create-hanzo-docs-app

The CLI to create new Hanzo Docs apps

Overview

Despite the classical CLI usage, you can also use it in scripts like:

npm install create-hanzo-docs-app
import { create } from 'create-hanzo-docs-app';

await create({
  outputDir: 'my-app',
  template: '+next+fuma-docs-mdx',
  packageManager: 'pnpm',
});

How is this guide?

Last updated on

On this page