Add jsdocs and jsdoc generator (ref #1)
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
jsdoc src/ \
|
||||
--private \
|
||||
--recurse \
|
||||
--package package.json \
|
||||
--readme README.md \
|
||||
--destination jsdoc
|
||||
Reference in New Issue
Block a user