Add build script to generate JSON

This commit is contained in:
Dave Machado
2017-05-25 00:21:13 -04:00
parent ecf6724d51
commit 8c30db8a97
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
node md2json.js ../README.md > ../json/api.json
cat ../json/api.json