expodoc
Version:
A tool to generate API documentation automatically for Express.js applications.
33 lines (22 loc) • 493 B
Markdown
# 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
```bash
npm install expodoc
```
## Usage
```bash
npx expodoc --init # Initialize the config file
```
```bash
npx expodoc --help # Show help
```
```bash
npx expodoc --postman # Generate Postman documentation
```
```bash
npx expodoc --version # Show version
```