From 8c30db8a973038ac559b3a5fd9a2a4918b863c9c Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 25 May 2017 00:21:13 -0400 Subject: [PATCH] Add build script to generate JSON --- build/build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build/build.sh 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