diff --git a/scripts/typedoc.sh b/scripts/typedoc.sh new file mode 100755 index 0000000000000000000000000000000000000000..a2cbb219b02c49610daa1a190ab9970c1041f739 --- /dev/null +++ b/scripts/typedoc.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +set -e + +typedoc \ + --includeDeclarations \ + --externalPattern **/lib/** \ + --mode file \ + --name "Wechaty Documentation" \ + --out dist/docs/ \ + src/