Add script to convert the YAML for the apidocs/

This commit is contained in:
R Tyler Croy 2020-09-20 20:57:32 -07:00
parent 2f90afe2d7
commit a5f0479986
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec ruby -ryaml -rjson -e 'puts JSON.dump(YAML.load(STDIN.read))' < api-description.yml > apidocs/api-description.json