Add jsdocs and jsdoc generator (ref #1)

This commit is contained in:
Tulir Asokan
2017-11-25 18:32:32 +02:00
parent 8cf76092c3
commit b4eb455295
9 changed files with 240 additions and 23 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
jsdoc src/ \
--private \
--recurse \
--package package.json \
--readme README.md \
--destination jsdoc