@ts-for-gir/generator-html-doc
Version:
HTML Documentation generator for ts-for-gir
34 lines (22 loc) • 1.77 kB
Markdown
<p align="center">
<img src="https://raw.githubusercontent.com/gjsify/ts-for-gir/main/.github/ts-for-gir.png" />
<h1 align="center">TS <small>for</small> GIR</h1>
</p>
<p align="center">
<img src="https://img.shields.io/github/actions/workflow/status/gjsify/ts-for-gir/ci.yml" />
<img src="https://img.shields.io/github/license/gjsify/ts-for-gir" />
<img src="https://img.shields.io/npm/v/@ts-for-gir/generator-html-doc" />
<img src="https://img.shields.io/npm/dw/@ts-for-gir/generator-html-doc" />
</p>
<p align="center">TypeScript type definition generator for GObject introspection GIR files</p>
<p align="center">
<img src="https://raw.githubusercontent.com/gjsify/ts-for-gir/main/.github/feeling.gif" />
</p>
# HTML Documentation Generator
## Status: Not Yet Implemented
This package currently serves as a placeholder and basic framework for implementing an HTML documentation generator based on GIR types. It does not contain actual functionality yet.
## Purpose
The intended purpose of this package is to provide a way to generate HTML documentation from GObject introspection data, similar to how the `generator-typescript` package generates TypeScript definitions. When implemented, it would allow for generating human-readable API documentation websites.
## Implementation
This package implements the `Generator` interface from `@ts-for-gir/generator-base` but its methods currently throw "Not implemented" errors. It provides the basic structure needed for anyone who wants to implement a full HTML documentation generator for GObject introspection types.
If you're interested in implementing this feature, contributions are welcome! Feel free to use this package as a starting point for building a complete HTML documentation generator.