Browse Source

Add build script to generate JSON

pull/362/head
Dave Machado 7 years ago
parent
commit
8c30db8a97
No known key found for this signature in database GPG Key ID: 948D4778D01A7B3F
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      build/build.sh

+ 4
- 0
build/build.sh View File

@@ -0,0 +1,4 @@
#!/bin/bash

node md2json.js ../README.md > ../json/api.json
cat ../json/api.json

Loading…
Cancel
Save