#!/bin/sh cd ${0%/*} node ../../bin/typedoc --module commonjs --includeDeclarations --externalPattern **/lib/** --verbose --name "TypeDoc Documentation" --out doc/ ../../src/