diff --git a/build/build.sh b/build/build.sh new file mode 100644 index 00000000..1e2e49df --- /dev/null +++ b/build/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +node md2json.js ../README.md > ../json/api.json +cat ../json/api.json