# docgen **Repository Path**: njls_yihui823/docgen ## Basic Information - **Project Name**: docgen - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-06 - **Last Updated**: 2024-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Docgen ===================== Transform your postman collection to html documentation ![Task screenshot](screenshot.png) ### Installation ```go go get -u github.com/thedevsaddam/docgen ``` [Download binary](https://github.com/thedevsaddam/docgen-bin) ### Available features * Live postman collection to documentation * Build postman collection to html documentation * Supports multi-level collection build ### Usage * To see live documentation from postman collection use `docgen server -f input-postman-collection.json -p 8000` This will open the html version of postman collection to the defined port * To build a documentation use `docgen build -i input-postman-collection.josn -o ~/Downloads/index.html` ### Author 1. [Sajib Sikder](https://github.com/mhshajib) 1. [Saddam H](https://github.com/thedevsaddam) ### Contributor 1. [Anondo](https://github.com/Anondo) ### Contribution Your suggestions will be more than appreciated. [Read the contribution guide here](CONTRIBUTING.md) ### See all [contributors](https://github.com/thedevsaddam/docgen/graphs/contributors) ### **License** The **docgen** is an open-source software licensed under the [MIT License](LICENSE.md).