# `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 %>)
