8000 GitHub - AwesomeDevin/vitdoc: Use markdown to write documentation, and automatically extract interface definitions.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use markdown to write documentation, and automatically extract interface definitions.

Notifications You must be signed in to change notification settings

AwesomeDevin/vitdoc

 
 

Repository files navigation

Logo for project

npm package node compatibility TypeScript NPM Downloads

Based on Vite, use markdown to write React component documentation, and automatically extract component interface definitions.

Inspired by dumiHistoire

English | 简体中文

Features

  • Vite kernel, efficient and fast development experience.
  • Using the Markdown writing, you can quickly write documentation for the project, automatically generate a preview, and generate documents while debugging.
  • Automatically analyze TypeScript type definitions and generate API documentation.
  • Automatically generate menu navigation based on .md file directory.
Write documentation by markdown

Markdown

Extract ts interface

TypeScript Types

Usage & Guide

You can check out the projects in the examples directory for a quick start.

$ npm install -g vitdoc
$ cd ../examples/demo
$ vitdoc

More Details

About

Use markdown to write documentation, and automatically extract interface definitions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 65.8%
  • CSS 18.9%
  • SCSS 11.8%
  • JavaScript 2.8%
  • HTML 0.7%
0