# `docs/COMPLEXITY.md`
> :information_source: Congratulations! `<%= projectName %>` has a mean cyclomatic complexity of 0 (since there aren't any custom Javascript callouts to report on).

## Table of contents
<!-- toc -->

<!-- tocstop -->

## Generate complexity reports

Open a terminal and run:

```bash
# Generate static static Javascript callout API documentation in this directory:
$ npm run docs:jsc:complexity

# To generate all docs, run:
$ npm run docs

```

---

<%= license %> © [<%= author.name %>](<%= author.url %>)
