This website requires JavaScript.
Explore
Help
Sign In
jjkiers
/
cloudron-box
Watch
1
Star
0
Fork
0
You've already forked cloudron-box
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9f5a7cc1c2682b55fadd4e96aeaababfbfe8a4e7
cloudron-box
/
scripts
/
makeDocs
T
7 lines
75 B
Bash
Raw
Normal View
History
Unescape
Escape
Add infrastructure for REST api documentation
2013-11-18 18:54:34 -08:00
#!/bin/sh
set -u all the scripts
2015-01-22 16:41:37 -08:00
set
-e
set
-u
Fix makeDocs.sh
2014-08-19 11:28:44 -07:00
./node_modules/.bin/apidoc -i src/routes -o docs
Reference in New Issue
Copy Permalink