Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

expodoc

jashezan30MIT1.0.7TypeScript support: included

A tool to generate API documentation automatically for Express.js applications.

express, postman, documentation, api, docgen, typescript, cli, expodoc, expressjs, express-api

readme

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

changelog

expodoc

1.0.3

Patch Changes