apidoc

Generate RESTful web API documentation from inline comments

brewmacoslinux
Try with needOr install directly
Source

About

RESTful web API Documentation Generator

Commands

apidoc

Examples

Generate API documentation for current directory$ apidoc -i ./ -o ./doc
Generate documentation with custom template and title$ apidoc -i ./src -o ./api-docs -t ./template -p 'My API v1.0'
Generate documentation excluding node_modules and test files$ apidoc -i ./routes -o ./docs -e 'node_modules|test'