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.

28 lines (17 loc) 603 B
# `docs/JSCS.md` > :information_source: Since `<%= projectName %>` has no custom Javascript callout source code, there isn't any `jsc` API documentation. ## Table of contents <!-- toc --> <!-- tocstop --> ## Generate static Javascript callout API documentation Open a terminal and run: ```bash # Generate static static Javascript callout API documentation in this directory: $ npm run docs:jsc:complexity # Complexity reports are also auto-generated when you run: $ npm run docs:jsc # To generate all docs, run: $ npm run docs ``` --- <%= license %> © [<%= author.name %>](<%= author.url %>)