create-docus-plus
v1.0.1
Published
CLI for creating Docus Plus documentation projects
Readme

Create Docus Plus
Create a complete, standalone Docus Plus documentation site from the maintained default starter. The CLI delegates project creation to Nuxt's initializer, which downloads the starter directly from the Docus Plus repository.
Quick start
npx create-docus-plus my-docs
cd my-docs
pnpm install
pnpm devWhen no destination is supplied, it creates a project in ./docs:
npx create-docus-plusNuxt's initializer handles prompts, package metadata, and an existing destination consistently with other Nuxt starters.
Next steps
After installing dependencies, start the development server with pnpm dev. See the
Docus Plus documentation for configuration and deployment
guidance.
