UNPKG

generator-apiproxy

Version:

Scaffold an API proxy with quality gates for Swagger, (optional) Javascript callouts, and automated build, lint, test, API documentation, packaging, and deployment to your Apigee EDGE domain of choice.

20 lines (12 loc) 487 B
# `docs/SWAGGER.md` [![Inline docs][inch-ci-img]][inch-ci-url] > :information_source: Since `<%= projectName %>` has no OpenAPI (aka Swagger) documentation, there aren't any OpenAPI/Swagger API docs, yet. ## Generate static OpenAPI documentation Open a terminal and run: ```bash # Generate static Swagger API documentation in this directory: $ npm run docs:swagger:apis # To generate all docs, run: $ npm run docs ``` --- <%= license %> © [<%= author.name %>](<%= author.url %>)