mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Add build script to generate JSON
This commit is contained in:
4
build/build.sh
Normal file
4
build/build.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
node md2json.js ../README.md > ../json/api.json
|
||||
cat ../json/api.json
|
||||
Reference in New Issue
Block a user