api_doc_generator

v1.0.0MITValidated2 installs3/4/2026RobinHrt/tech_api_doc_generator
Main pipegenerate_api_docs

Method Flowchart

Bundle Files

Select a file to view its contents

METHODS.toml

METHODS.toml
[package]
name = "api_doc_generator"
address = "github.com/RobinHrt/tech_api_doc_generator"
version = "1.0.0"
description = "API Documentation Writer: extracts endpoints from source code and compiles complete API docs"
license = "MIT"
main_pipe = "generate_api_docs"

[exports.tech_api_doc_generator]
pipes = ["generate_api_docs", "extract_endpoints", "compile_documentation"]

Install

$npx mthds install https://github.com/RobinHrt/tech_api_doc_generator --method api_doc_generator

Run

$npx mthds run method api_doc_generator

API Documentation Writer: extracts endpoints from source code and compiles complete API docs

Exports

tech_api_doc_generator

generate_api_docsextract_endpointscompile_documentation