| name | Docs Generator |
| description | Automated documentation generator. API docs, README, CHANGELOG, contributing guide, architecture docs, tutorials, FAQ, reference manual. REST, GraphQL, OpenAPI. documentation, technical-writing, api-docs, developer-tools. |
Docs Generator โ Automated Documentation
Spend less time writing docs, more time writing code.
Command Map
โโ api โโโโโโโโ REST/GraphQL API documentation
โโ readme โโโโโ Project README.md
โโ changelog โโ Version change log
โโ contributing Contributing guide
โโ architecture System architecture docs
โโ tutorial โโโ Tutorial / quick start guide
โโ faq โโโโโโโโ Frequently asked questions
โโ reference โโ Complete reference manual
Usage
bash scripts/docs-generator.sh api rest users
bash scripts/docs-generator.sh readme myproject "A cool tool"
bash scripts/docs-generator.sh changelog 2.0.0 "New features"
Arguments
api <type> <resource> โ type: rest/graphql, resource name
readme <name> <desc> โ project name and description
changelog <ver> <summary> โ version and summary
contributing <project> โ project name
architecture <project> <style> โ style: monolith/microservice/serverless
tutorial <topic> <level> โ level: beginner/intermediate/advanced
faq <topic> <count> โ generate N FAQ entries
reference <lib> <lang> โ library name and language
Philosophy
Documentation is a product. Good docs = more users = fewer issues.