@iammaxim/create-docgen
v0.1.6
Published
Bootstrap a new @iammaxim/docgen documentation site.
Maintainers
Readme
@iammaxim/create-docgen
Scaffold a new @iammaxim/docgen wiki.
npm create @iammaxim/docgen@latest my-docs
# or
npm create @iammaxim/docgen # prompts for the directoryYou'll be asked for:
- Project directory — where to scaffold (skipped if passed as argument)
- Template —
minimal(bare) orstarter(with sample docs) - Site title and description
- Features — Prettier, ESLint, sample Mermaid, sample KaTeX, GitHub Pages workflow
- Whether to
git initand install dependencies
After scaffolding:
cd my-docs
npm run devDrop Markdown (.md) or MDsveX (.svx) files under docs/ and reload.
Templates
Templates live in this monorepo at templates/.
minimal— package.json, configs, src/routes, emptydocs/. Nothing else.starter—minimalplus three sample docs and a richer homepage.
