Express Docgen
Overview
A tool to generate API documentation automatically for Express.js applications.
Features
- Automatically generates Postman API documentation from your Express.js application.
Installation
npm install expodoc
Usage
npx expodoc --init # Initialize the config file
npx expodoc --help # Show help
npx expodoc --postman # Generate Postman documentation
npx expodoc --version # Show version