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
No known key found for this signature in database
GPG Key ID: 948D4778D01A7B3F

4
build/build.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
node md2json.js ../README.md > ../json/api.json
cat ../json/api.json