#!/usr/bin/env bash
jsduck \
--config=$(pwd)/docs/jsduck-config.json \
--color --warnings-exit-nonzero \
&& echo 'JSDuck execution finished.'