metamaps--metamaps/bin/build-apidocs.sh
2016-10-04 15:22:24 +08:00

6 lines
188 B
Bash
Executable file

#!/bin/bash
# Note: you need to run `npm install` before using this script or raml2html won't be installed
./node_modules/.bin/raml2html -i ./doc/api/api.raml -o ./public/api/index.html