4 lines
130 B
Bash
Executable File
4 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*}
|
|
node ../../bin/typedoc --module commonjs --includes inc/ --media media/ --target ES5 --noLib --out doc/ src/
|