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